Share via


CacheManager.CacheResult.HttpStatusCode Property

Definition

Gets the status code of this cache entry.

public virtual Java.Net.HttpStatus HttpStatusCode { [Android.Runtime.Register("getHttpStatusCode", "()I", "GetGetHttpStatusCodeHandler")] get; }
[<get: Android.Runtime.Register("getHttpStatusCode", "()I", "GetGetHttpStatusCodeHandler")>]
member this.HttpStatusCode : Java.Net.HttpStatus

Property Value

the status code of this cache entry

Attributes

Remarks

Gets the status code of this cache entry.

Java documentation for android.webkit.CacheManager.CacheResult.getHttpStatusCode().

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