The properties of Android.Net.Http.HttpResponseCache are listed below. For a list of all members, see the HttpResponseCache Members list.
See Also: Inherited members from Java.Net.ResponseCache
[read-only] | HitCount | int. Returns the number of HTTP requests whose response was provided by the cache. |
[read-only] static | Installed | HttpResponseCache. Returns the currently-installed HttpResponseCache, or null if there is no cache installed or it is not a HttpResponseCache. |
[read-only] | NetworkCount | int. Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response. |
[read-only] | RequestCount | int. Returns the total number of HTTP requests that were made. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |