Returns the hostname if known, or the result of InetAddress.getHostAddress.
Syntax
[get: Android.Runtime.Register("getHostString", "()Ljava/lang/String;", "GetGetHostStringHandler")] public stringHostString { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns the hostname if known, or the result of InetAddress.getHostAddress.
Unlike InetSocketAddress.HostName, this method will never cause a DNS lookup.