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)

屬性值

IDictionary包含 HTTP 回應的名稱與值對的物件。

備註

當未使用批次處理時,回傳實例的 DataServiceResponse 標頭屬性會是空集合,因為沒有代表整個儲存操作的標頭集合。

適用於