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

Host not found.

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

Remarks

No such host is known. The name is not an official host name or alias, or it cannot be found in the database(s) being queried.

See Also

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