Network dropped connection on reset.
[Visual Basic] Public Const WSAENETRESET As Integer [C#] public const int WSAENETRESET; [C++] public: const int WSAENETRESET; [JScript] public var WSAENETRESET : int;
The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. It can also be returned if an attempt is made to set System.Net.Sockets.SocketOption.SoKeepAlive on a connection that has already failed.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace