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;
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.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace