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 속성이 빈 컬렉션입니다.

적용 대상