Android.Net.Uri.Authority Property
Gets the decoded authority part of this URI.

Syntax

[get: Android.Runtime.Register("getAuthority", "()Ljava/lang/String;", "GetGetAuthorityHandler")]
public abstract string Authority { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the decoded 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