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!

SocketShutdown.SdBoth

Shutdown socket for both send and receive.

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

See Also

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