Java.Net.URLConnection.DefaultUseCaches Property
Returns the default setting whether this connection allows using caches.

Syntax

[get: Android.Runtime.Register("getDefaultUseCaches", "()Z", "GetGetDefaultUseCachesHandler")]
[set: Android.Runtime.Register("setDefaultUseCaches", "(Z)V", "GetSetDefaultUseCaches_ZHandler")]
public virtual bool DefaultUseCaches { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the default setting whether this connection allows using caches.

Set method documentation [Android Documentation]

Sets the default value for the flag indicating whether this connection allows to use caches. Existing URLConnections are unaffected.

Requirements

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