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 은 빈 컬렉션이 됩니다.

적용 대상