다음을 통해 공유


HttpStreamContent.Headers 속성

정의

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

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

속성 값

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

구현

적용 대상

추가 정보