IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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");

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]