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

Host is down.

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

Remarks

A socket operation failed because the destination host is down, because the operation encountered a dead host, or because networking activity on the local host has not been initiated.

See Also

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