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

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;

Remarks

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.

See Also

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