다음을 통해 공유


HttpTransferCodingHeaderValue.Value 속성

정의

Transfer-Encoding HTTP 헤더에 사용되는 전송 코딩 값을 가져옵니다.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = httpTransferCodingHeaderValue.value;
Public ReadOnly Property Value As String

속성 값

String

Platform::String

winrt::hstring

Transfer-Encoding HTTP 헤더에 사용되는 전송 코딩 값( transfer-coding name)입니다.

설명

모든 전송 코딩 이름은 대/소문자를 구분하지 않으며 HTTP 전송 코딩 레지스트리 내에 등록해야 합니다.

등록된 전송 코딩 값 목록은 HTTP(Hypertext Transfer Protocol) 매개 변수 를 참조하세요 .

적용 대상