Connection reset by peer.
[Visual Basic] Public Const WSAECONNRESET As Integer [C#] public const int WSAECONNRESET; [C++] public: const int WSAECONNRESET; [JScript] public var WSAECONNRESET : int;
An existing connection was closed by the remote host. This normally results when server application on the remote host is suddenly stopped, the host is rebooted, or the remote host uses a hard close.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace