HttpTransferCodingHeaderValue.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 .