Android.Net.Http.HttpResponseCache.HitCount Property
Returns the number of HTTP requests whose response was provided by the cache.

Syntax

[get: Android.Runtime.Register("getHitCount", "()I", "GetGetHitCountHandler")]
public int HitCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of HTTP requests whose response was provided by the cache. This may include conditional GET requests that were validated over the network.

[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