Android.Net.Uri.UserInfo Property
Gets the decoded user information from the authority.

Syntax

[get: Android.Runtime.Register("getUserInfo", "()Ljava/lang/String;", "GetGetUserInfoHandler")]
public abstract string UserInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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