Linguaggio

HttpEngine.Builder.HttpCacheDisk Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Net.Http.HttpCacheType enum directly instead of this field.

Impostazione per abilitare la cache su disco, inclusi i dati HTTP.

[Android.Runtime.Register("HTTP_CACHE_DISK", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.HttpCacheType enum directly instead of this field.", true)]
public const Android.Net.Http.HttpCacheType HttpCacheDisk = 3;
[<Android.Runtime.Register("HTTP_CACHE_DISK", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.HttpCacheType enum directly instead of this field.", true)>]
val mutable HttpCacheDisk : Android.Net.Http.HttpCacheType

Valore del campo

Value = 3
Attributi

Commenti

Impostazione per abilitare la cache su disco, inclusi i dati HTTP. #setStoragePath deve essere chiamato prima di passare questa costante a #setEnableHttpCache.

per android.net.http.HttpEngine.Builder.HTTP_CACHE_DISK.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a