HttpRequestBase.Headers 속성

정의

파생 클래스에서 재정의되는 경우 클라이언트에서 보낸 HTTP 헤더의 컬렉션을 가져옵니다.

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property Headers As NameValueCollection

속성 값

NameValueCollection

요청 헤더입니다.

예외

적용 대상