URLConnection.DefaultAllowUserInteraction Property

Definition

Returns the default value of the allowUserInteraction field. -or- Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.

public static bool DefaultAllowUserInteraction { [Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")] get; [Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")] set; }
[<get: Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")>]
[<set: Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")>]
member this.DefaultAllowUserInteraction : bool with get, set

Property Value

Boolean

the default value of the allowUserInteraction field.

Attributes

Remarks

Property getter documentation:

Java documentation for java.net.URLConnection.getDefaultAllowUserInteraction().

Property setter documentation:

Java documentation for java.net.URLConnection.setDefaultAllowUserInteraction(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to