다음을 통해 공유


DataServiceResponse.BatchHeaders 속성

일괄 요청과 연관된 HTTP 응답 헤더입니다.

네임스페이스:  System.Data.Services.Client
어셈블리:  Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)

구문

‘선언
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
    Get
‘사용 방법
Dim instance As DataServiceResponse
Dim value As IDictionary(Of String, String)

value = instance.BatchHeaders
public IDictionary<string, string> BatchHeaders { get; }
public:
property IDictionary<String^, String^>^ BatchHeaders {
    IDictionary<String^, String^>^ get ();
}
member BatchHeaders : IDictionary<string, string>
function get BatchHeaders () : IDictionary<String, String>

속성 값

유형: System.Collections.Generic.IDictionary<String, String>
HTTP 응답의 이름-값 쌍을 포함하는 IDictionary 개체입니다.

주의

일괄 처리가 사용되지 않는 경우에는 전체 저장 작업을 나타내는 헤더 집합이 없으므로 반환되는 DataServiceResponse 인스턴스의 headers 속성이 빈 컬렉션입니다.

참고 항목

참조

DataServiceResponse 클래스

System.Data.Services.Client 네임스페이스