다음을 통해 공유


DataServiceOperationContext.ResponseHeaders 속성

정의

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

public:
 property System::Net::WebHeaderCollection ^ ResponseHeaders { System::Net::WebHeaderCollection ^ get(); };
public System.Net.WebHeaderCollection ResponseHeaders { get; }
member this.ResponseHeaders : System.Net.WebHeaderCollection
Public ReadOnly Property ResponseHeaders As WebHeaderCollection

속성 값

응답 헤더를 포함하는 WebHeaderCollection 개체입니다.

적용 대상