PluginData(Stream, Int64, IDictionary<String,String[]>, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.