Network.LookupDNSAddress

From Xojo Documentation

Method

Network.LookupDNSAddress(IPAddress as String) As String

Supported for all project types and targets.

Looks up the passed IP address and returns its DNS address as a String.

Example

Var s As String
s = System.Network.LookupDNSAddress("178.73.17.204")
MsgBox(s)