다음을 통해 공유


OperationResponse.Headers 속성

파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다.

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

구문

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

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

속성 값

유형: System.Collections.Generic.IDictionary<String, String>
헤더 및 값의 이름/값 쌍을 포함하는 IDictionary 개체입니다.

참고 항목

참조

OperationResponse 클래스

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