UtilNetworkIpToHostName Method

Gets the hostname that is associated to the specified IP address.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: 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
)

Parameters

address  String
The IP address.

Return Value

String
The hostname.

See Also