OperationResponse.Headers 屬性

定義

在衍生類別中覆寫時,包含與單一作業相關聯的 HTTP 回應標頭。

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

屬性值

包含標頭與值之名稱/值組的 IDictionary 物件。

適用於