System::Net::Http::Headers::TransferCodingWithQualityHeaderValue class

TransferCodingWithQualityHeaderValue class

Represents a value with an additional quality of the ‘Accept-Encoding’ header. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class TransferCodingWithQualityHeaderValue : public System::Net::Http::Headers::TransferCodingHeaderValue

Methods

MethodDescription
get_Quality()RTTI information.
static Parse(String)Converts a passed string to an instance of the TransferCodingWithQualityHeaderValue class.
set_Quality(Nullable<double>)Sets the quality value of the ‘Accept-Encoding’ header.
TransferCodingWithQualityHeaderValue()Constructs a new instance.
TransferCodingWithQualityHeaderValue(String)Constructs a new instance.
TransferCodingWithQualityHeaderValue(String, double)Constructs a new instance.
static TryParse(String, System::SharedPtr<TransferCodingWithQualityHeaderValue>&)Tries to convert a passed string to an instance of the TransferCodingWithQualityHeaderValue class.

See Also