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

Cannot send after socket shutdown.

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

Remarks

A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous Shutdown call.

See Also

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