DataServiceStreamResponse.Headers プロパティ

定義

応答からヘッダーのコレクションを取得します。

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

プロパティ値

Dictionary<TKey,TValue> オブジェクトとしての応答メッセージからのヘッダー コレクション。

注釈

応答は、応答内の各ヘッダーの文字列のキー/値ペアを格納する Dictionary<TKey,TValue> オブジェクトです。

適用対象