Returns the total number of HTTP requests that were made.
Syntax
[get: Android.Runtime.Register("getRequestCount", "()I", "GetGetRequestCountHandler")] public intRequestCount { 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.