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

Shutdown sockets for receive.

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

See Also

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