HttpStringContent.Headers 속성

정의

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

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

속성 값

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

구현

적용 대상

추가 정보