Java.Net.URI.IsOpaque Property
Returns true if this URI is opaque.

Syntax

[get: Android.Runtime.Register("isOpaque", "()Z", "GetIsOpaqueHandler")]
public bool IsOpaque { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this URI is opaque. Opaque URIs are absolute and have a scheme-specific part that does not start with a slash character. All parts except scheme, scheme-specific and fragment are undefined.

[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