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

No route to host.

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

Remarks

A socket operation was attempted to an unreachable host. This usually occurs when the local software knows no route to reach the remote host.

See Also

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