HttpClientHandler.Properties 屬性

定義

會獲得一個可寫入的字典(也就是一張映射),裡面有請求的 HttpClient 自訂屬性。 字典初始化為空;你可以插入並查詢自訂處理器和特殊處理的鍵值對。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

屬性值

一本可撰寫的自訂屬性字典。

適用於