PluginData(Stream, Int64, IDictionary<String,String[]>, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 PluginData 實例。
[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
參數
- stream
- Stream
提供外掛程式內容的數據流。
- length
- Int64
HTTP 回應狀態代碼。
- headers
- IDictionary<String,String[]>
回應標頭。 將小寫標頭名稱對應至 [ 未修改的標頭名稱, 標頭值]
- code
- Int32
- 屬性
備註
建立 PluginData 實例。
已取代這個成員。 這個類別的目的是由 Gears 使用。 因為 Gears 已被取代,所以這個類別也是如此。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。