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

Definition

[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
length
Int64
code
Int32
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