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;
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.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace