WebResourceResponse.ResponseHeaders Property

Definition

Gets the headers for the resource response. -or- Sets the headers for the resource response.

public virtual System.Collections.Generic.IDictionary<string,string>? ResponseHeaders { [Android.Runtime.Register("getResponseHeaders", "()Ljava/util/Map;", "GetGetResponseHeadersHandler")] get; [Android.Runtime.Register("setResponseHeaders", "(Ljava/util/Map;)V", "GetSetResponseHeaders_Ljava_util_Map_Handler")] set; }
[<get: Android.Runtime.Register("getResponseHeaders", "()Ljava/util/Map;", "GetGetResponseHeadersHandler")>]
[<set: Android.Runtime.Register("setResponseHeaders", "(Ljava/util/Map;)V", "GetSetResponseHeaders_Ljava_util_Map_Handler")>]
member this.ResponseHeaders : System.Collections.Generic.IDictionary<string, string> with get, set

Property Value

The headers for the resource response.

Attributes

Remarks

Property getter documentation:

Gets the headers for the resource response.

Java documentation for android.webkit.WebResourceResponse.getResponseHeaders().

Property setter documentation:

Sets the headers for the resource response.

Java documentation for android.webkit.WebResourceResponse.setResponseHeaders(java.util.Map<java.lang.String, java.lang.String>).

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