Android.Net.Http.HttpResponseCache.NetworkCount Property
Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

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