Java.Net.ResponseCache.Default Property
Returns the system's default response cache, or null.

Syntax

[get: Android.Runtime.Register("getDefault", "()Ljava/net/ResponseCache;", "GetGetDefaultHandler")]
[set: Android.Runtime.Register("setDefault", "(Ljava/net/ResponseCache;)V", "GetSetDefault_Ljava_net_ResponseCache_Handler")]
public static ResponseCache Default { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the system's default response cache, or null.

Set method documentation [Android Documentation]

Sets the system's default response cache. Use null to remove the response cache.

Requirements

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