An NDoc Documented Class Library

SimpleDNSLookup.GetIPAddress Method 

Returns an IP Address for a given hostname.

public static IPAddress GetIPAddress(
   string hostname
);

Parameters

hostname
Hostname for which the IP address should be returned.

Return Value

IP address of the given hostname. null if no record is found.

Exceptions

Exception Type Condition
SocketException If the response is not received within the Timeout period.
Exception If the Name Server can't be determined or any other internal error occurs.

See Also

SimpleDNSLookup Class | Lavantech.Dns Namespace