Android.Net.Uri.EncodedUserInfo Property
Gets the encoded user information from the authority.

Syntax

[get: Android.Runtime.Register("getEncodedUserInfo", "()Ljava/lang/String;", "GetGetEncodedUserInfoHandler")]
public abstract string EncodedUserInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the encoded user information from the authority. For example, if the authority is "nobody@google.com", this method will return "nobody".

[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