Java.Net.URLConnection.Connected Property
Specifies whether this URLConnection is already connected to the remote resource.

Syntax

[Android.Runtime.Register("connected")]
protected bool Connected { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Specifies whether this URLConnection is already connected to the remote resource. If this field is set to true the flags for setting up the connection are not changeable anymore.

[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