HttpTransferCodingHeaderValue.Value Property

Definition

Gets the transfer-coding value used in the Transfer-Encoding HTTP header.

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

Property Value

String

Platform::String

winrt::hstring

The transfer-coding value (transfer-coding name) used in the Transfer-Encoding HTTP header.

Remarks

All transfer-coding names are case-insensitive and ought to be registered within the HTTP Transfer Coding registry.

For the list of registered transfer-coding values, see Hypertext Transfer Protocol (HTTP) Parameters .

Applies to