ResolveAddress Method

Resolves an IP address.

Syntax

public fun resolveAddress(hostAddress: String?): String?

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) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]