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

Network is unreachable.

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

Remarks

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

See Also

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