HttpContentCodingWithQualityHeaderValue Constructors
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.
Overloads
HttpContentCodingWithQualityHeaderValue(String) |
Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information. |
HttpContentCodingWithQualityHeaderValue(String, Double) |
Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information and a qvalue. |
HttpContentCodingWithQualityHeaderValue(String)
Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information.
public:
HttpContentCodingWithQualityHeaderValue(Platform::String ^ contentCoding);
HttpContentCodingWithQualityHeaderValue(winrt::hstring const& contentCoding);
public HttpContentCodingWithQualityHeaderValue(string contentCoding);
function HttpContentCodingWithQualityHeaderValue(contentCoding)
Public Sub New (contentCoding As String)
Parameters
- contentCoding
-
String
Platform::String
winrt::hstring
The value of the content-coding to use.
See also
Applies to
HttpContentCodingWithQualityHeaderValue(String, Double)
Initializes a new instance of the HttpContentCodingHeaderValue class with content-coding information and a qvalue.
public:
HttpContentCodingWithQualityHeaderValue(Platform::String ^ contentCoding, double quality);
HttpContentCodingWithQualityHeaderValue(winrt::hstring const& contentCoding, double const& quality);
public HttpContentCodingWithQualityHeaderValue(string contentCoding, double quality);
function HttpContentCodingWithQualityHeaderValue(contentCoding, quality)
Public Sub New (contentCoding As String, quality As Double)
Parameters
- contentCoding
-
String
Platform::String
winrt::hstring
The value of the content-coding information to use.
- quality
-
Double
double
The value of the qvalue to use.