다음을 통해 공유


IHttpContent.Headers 속성

정의

IHttpContent에 설정된 콘텐츠 헤더 컬렉션을 가져옵니다.

public:
 property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = iHttpContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection

속성 값

IHttpContent에 설정된 콘텐츠 헤더의 컬렉션입니다.

설명

Headers 속성은 HTTP 요청 또는 HTTP 응답에서 HTTP 콘텐츠의 특정 헤더를 얻거나 설정하는 데 사용할 수 있는 HttpContentHeaderCollection 개체를 반환합니다.

적용 대상

추가 정보