HttpContentCodingHeaderValue(String) Constructor
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.
Initializes a new instance of the HttpContentCodingHeaderValue class.
public:
HttpContentCodingHeaderValue(Platform::String ^ contentCoding);
HttpContentCodingHeaderValue(winrt::hstring const& contentCoding);
public HttpContentCodingHeaderValue(string contentCoding);
function HttpContentCodingHeaderValue(contentCoding)
Public Sub New (contentCoding As String)
Parameters
- contentCoding
-
String
Platform::String
winrt::hstring
The value of the content-coding to use.