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

Does not block waiting for unsent data to be sent.

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

See Also

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