共用方式為


URLConnection.RequestProperties 屬性

定義

傳回此連線之一般要求屬性的不可修改對應。

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

屬性值

對應此連線的一般要求屬性。

屬性

備註

傳回此連線之一般要求屬性的不可修改對應。 對應索引鍵是代表要求標頭功能變數名稱的字串。 每個 Map 值都是不可修改的 String 清單,代表對應的域值。

已在1.4中新增。

java.net.URLConnection.getRequestProperties()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於