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!

SocketErrors.WSAEDISCON

Graceful shutdown in progress.

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

Remarks

Returned by Receive and ReceiveFrom to indicate that the remote host has initiated a graceful shutdown sequence.

See Also

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