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.SoLinger

Linger on close if unsent data is present.

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

See Also

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