NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketOption.SoMaxConn

Maximum queue length that can be specified by Listen.

[Visual Basic]
Public Const SoMaxConn As Integer
[C#]
public const int SoMaxConn;
[C++]
public: const int SoMaxConn;
[JScript]
public var SoMaxConn : int;

See Also

SocketOption Class | SocketOption Members | System.Net.Sockets Namespace