TransferCodingWithQualityHeaderValue Class
Represents an Accept-Encoding header value.with optional quality factor.
Assembly: System.Net.Http (in System.Net.Http.dll)
System.Net.Http.Headers::TransferCodingHeaderValue
System.Net.Http.Headers::TransferCodingWithQualityHeaderValue
| Name | Description | |
|---|---|---|
![]() | TransferCodingWithQualityHeaderValue(String^) | Initializes a new instance of the TransferCodingWithQualityHeaderValue class. |
![]() | TransferCodingWithQualityHeaderValue(String^, Double) | Initializes a new instance of the TransferCodingWithQualityHeaderValue class. |
| Name | Description | |
|---|---|---|
![]() | Parameters | Gets the transfer-coding parameters.(Inherited from TransferCodingHeaderValue.) |
![]() | Quality | Gets the quality factor from the TransferCodingWithQualityHeaderValue. |
![]() | Value | Gets the transfer-coding value.(Inherited from TransferCodingHeaderValue.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current TransferCodingHeaderValue object.(Inherited from TransferCodingHeaderValue.) |
![]() | GetHashCode() | Serves as a hash function for an TransferCodingHeaderValue object.(Inherited from TransferCodingHeaderValue.) |
![]() | GetType() | |
![]() ![]() | Parse(String^) | Converts a string to an TransferCodingWithQualityHeaderValue instance. |
![]() | ToString() | Returns a string that represents the current TransferCodingHeaderValue object.(Inherited from TransferCodingHeaderValue.) |
![]() ![]() | TryParse(String^, TransferCodingWithQualityHeaderValue^%) | Determines whether a string is valid TransferCodingWithQualityHeaderValue information. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new object that is a copy of the current TransferCodingWithQualityHeaderValue instance. |
The TransferCodingWithQualityHeaderValue class provides support for the Accept-Encoding header as defined in RFC 2616 by the IETF.
Quality factors allow a user agent to indicate the relative degree of preference for an Accept-Encoding header value, using the qvalue scale from 0 to 1. The default value is q=1.
This type derives from TransferCodingHeaderValue.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




