ResolveAddress Method
Resolves an IP address.
Syntax
[VB.NET] Public Function ResolveAddress(ByVal HostAddress As String) As String
[C#] public string ResolveAddress(string hostAddress);
Remarks
This method resolves the IP Address HostAddress and sets HostName to the name of the host corresponding to HostAddress.
Calling this method is equivalent to setting the HostAddress property to HostAddress.
Example (Resolve an Address)
String hostname = IPInfoControl.ResolveAddress("10.0.1.10");