HttpContentCodingWithQualityHeaderValue.ContentCoding Property

Definition

Gets the value of the content-coding characteristic in the Accept-Encoding HTTP header.

public:
 property Platform::String ^ ContentCoding { Platform::String ^ get(); };
winrt::hstring ContentCoding();
public string ContentCoding { get; }
var string = httpContentCodingWithQualityHeaderValue.contentCoding;
Public ReadOnly Property ContentCoding As String

Property Value

String

Platform::String

winrt::hstring

The value of the content-coding characteristic in the Accept-Encoding HTTP header.

Applies to