Android.Net.Uri.Host Property
Gets the encoded host from the authority for this URI.

Syntax

[get: Android.Runtime.Register("getHost", "()Ljava/lang/String;", "GetGetHostHandler")]
public abstract string Host { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the encoded host from the authority for this URI. For example, if the authority is "bob@google.com", this method will return "google.com".

[Android Documentation]

Requirements

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