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

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;

Remarks

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.

See Also

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