Resolve a hostname to an Internet address.
A boolean value which specifies if the method was successful or not. A return value of True indicates that the method call completed successfully. A return value of False indicates that the method failed and the application should check the value of the LastError property.
The Resolve method is used to convert a host name into an Internet address. Note that unlike the Query method, this method will use the local host file when resolving the host name.
DnsClient Class | SocketTools Namespace