PluginData(Stream, Int64, IDictionary<String,String[]>, Int32) Constructor

Definition

Creates a PluginData instance.

[Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;JLjava/util/Map;I)V", "")]
public PluginData (System.IO.Stream? stream, long length, System.Collections.Generic.IDictionary<string,string[]>? headers, int code);
[<Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;JLjava/util/Map;I)V", "")>]
new Android.Webkit.PluginData : System.IO.Stream * int64 * System.Collections.Generic.IDictionary<string, string[]> * int -> Android.Webkit.PluginData

Parameters

stream
Stream

The stream that supplies content for the plugin.

length
Int64

The HTTP response status code.

headers
IDictionary<String,String[]>

The response headers. Map of lowercase header name to [ unmodified header name, header value]

code
Int32
Attributes

Remarks

Creates a PluginData instance.

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.PluginData(java.io.InputStream, long, java.util.Map<java.lang.String, java.lang.String[]>, int).

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