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;
Returned by Receive and ReceiveFrom to indicate that the remote host has initiated a graceful shutdown sequence.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace