PluginData.Headers Property

Definition

Returns the HTTP response headers associated with the plugin content.

public System.Collections.Generic.IDictionary<string,string[]>? Headers { [Android.Runtime.Register("getHeaders", "()Ljava/util/Map;", "")] get; }
[<get: Android.Runtime.Register("getHeaders", "()Ljava/util/Map;", "")>]
member this.Headers : System.Collections.Generic.IDictionary<string, string[]>

Property Value

A Map<String, String[]> containing all headers. The mapping is 'lowercase header name' to ['unmodified header name', header value].

Attributes

Remarks

Returns the HTTP response headers associated with the plugin content.

This member is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.

Java documentation for android.webkit.PluginData.getHeaders().

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