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

Network is down.

[Visual Basic]
Public Const WSAENETDOWN As Integer
[C#]
public const int WSAENETDOWN;
[C++]
public: const int WSAENETDOWN;
[JScript]
public var WSAENETDOWN : int;

Remarks

A socket operation has encountered a dead network. This could indicate a serious failure of the network system, the network interface, or the local network itself.

See Also

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