다음을 통해 공유


OutgoingWebResponseContext.Headers 속성

정의

보내는 웹 응답에서 헤더를 가져옵니다.

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

보내는 웹 응답의 헤더를 포함하는 WebHeaderCollection 인스턴스입니다.

적용 대상