Java.Net.URI.Scheme Property
Returns the scheme of this URI, or null if this URI has no scheme.

Syntax

[get: Android.Runtime.Register("getScheme", "()Ljava/lang/String;", "GetGetSchemeHandler")]
public string Scheme { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the scheme of this URI, or null if this URI has no scheme. This is also known as the protocol.

[Android Documentation]

Requirements

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