HttpResponseCache.Get Method

Definition

[Android.Runtime.Register("get", "(Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/CacheResponse;", "")]
public override Java.Net.CacheResponse? Get (Java.Net.URI? uri, string? requestMethod, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>>? requestHeaders);
[<Android.Runtime.Register("get", "(Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/CacheResponse;", "")>]
override this.Get : Java.Net.URI * string * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> -> Java.Net.CacheResponse

Parameters

uri
URI
requestMethod
String
requestHeaders
IDictionary<String,IList<String>>

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to