TransferCodingWithQualityHeaderValue Class
Represents an Accept-Encoding header value.with optional quality factor.
System.Net.Http.Headers.TransferCodingHeaderValue
System.Net.Http.Headers.TransferCodingWithQualityHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
The TransferCodingWithQualityHeaderValue type exposes the following members.
| 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 | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | Parse | Converts a string to an TransferCodingWithQualityHeaderValue instance. |
![]() ![]() | ToString | Returns a string that represents the current TransferCodingHeaderValue object. (Inherited from TransferCodingHeaderValue.) |
![]() ![]() ![]() | TryParse | 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.





