다음을 통해 공유


HttpResponseMessageProperty.Headers 속성

정의

HTTP 응답에서 HTTP 헤더를 가져옵니다.

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

속성 값

WebHeaderCollection

HTTP 응답에 HTTP 헤더를 포함하는 WebHeaderCollection을 반환합니다.

예제

HTTP 응답에서 HTTP 헤더를 가져오는 방법을 보여 줍니다.

WebHeaderCollection whCollection =
responseProperty.Headers;

적용 대상