Android.Net.Http.HttpResponseCache.RequestCount Property
Returns the total number of HTTP requests that were made.

Syntax

[get: Android.Runtime.Register("getRequestCount", "()I", "GetGetRequestCountHandler")]
public int RequestCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the total number of HTTP requests that were made. This includes both client requests and requests that were made on the client's behalf to handle a redirects and retries.

[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