UtilNetworkIpToHostName Method
Gets the hostname that is associated to the specified IP address.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string IpToHostName(
string address
)
Public Shared Function IpToHostName (
address As String
) As String
Dim address As String
Dim returnValue As String
returnValue = UtilNetwork.IpToHostName(address)
public:
static String^ IpToHostName(
String^ address
)
static member IpToHostName :
address : string -> string
No code example is currently available or this language may not be supported.
- address String
-
The IP address.
String
The hostname.