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

Valid name, no data record of requested type.

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

Remarks

The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual wxample for this is a hot name-to-address translation attempt which uses the Domain Name System (DNS). An MX record is returned by no A record-- indicating the host exists, but is not directly reachable.

See Also

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