HttpResponseCache.NetworkCount Property

Definition

Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response.

public int NetworkCount { [Android.Runtime.Register("getNetworkCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getNetworkCount", "()I", "")>]
member this.NetworkCount : int

Property Value

Attributes

Remarks

Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response.

Java documentation for android.net.http.HttpResponseCache.getNetworkCount().

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