다음을 통해 공유


DataServiceOperationContext.ResponseHeaders 속성

현재 작업에 대한 응답 헤더를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property ResponseHeaders As WebHeaderCollection
    Get
‘사용 방법
Dim instance As DataServiceOperationContext
Dim value As WebHeaderCollection

value = instance.ResponseHeaders
public WebHeaderCollection ResponseHeaders { get; }
public:
property WebHeaderCollection^ ResponseHeaders {
    WebHeaderCollection^ get ();
}
member ResponseHeaders : WebHeaderCollection
function get ResponseHeaders () : WebHeaderCollection

속성 값

유형: System.Net.WebHeaderCollection
응답 헤더를 포함하는 WebHeaderCollection 개체입니다.

참고 항목

참조

DataServiceOperationContext 클래스

System.Data.Services 네임스페이스