Java.Net.InetAddress.HostName Property
Returns the host name corresponding to this IP address.

Syntax

[get: Android.Runtime.Register("getHostName", "()Ljava/lang/String;", "GetGetHostNameHandler")]
public virtual string HostName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the host name corresponding to this IP address. This may or may not be a fully-qualified name. If the IP address could not be resolved, the numeric representation is returned instead (see InetAddress.HostAddress).

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1