Android.Net.Uri.EncodedAuthority Property
Gets the encoded authority part of this URI.

Syntax

[get: Android.Runtime.Register("getEncodedAuthority", "()Ljava/lang/String;", "GetGetEncodedAuthorityHandler")]
public abstract string EncodedAuthority { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the encoded authority part of this URI. For server addresses, the authority is structured as follows: [ userinfo '@' ] host [ ':' port ]

Examples: "google.com", "bob@google.com:80"

[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