DataServiceResponse.BatchHeaders プロパティ

定義

バッチ要求と関連付けられている HTTP 応答からのヘッダー。

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

プロパティ値

HTTP 応答の名前と値のペアを含む IDictionary オブジェクト。

注釈

バッチ処理を使用しない場合、保存操作全体を表すヘッダーのセットがないため、返される DataServiceResponse インスタンスの headers プロパティは空のコレクションになります。

適用対象