Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Net.​Http.​Headers.​TransferCodingWithQualityHeaderValue
Assembly: System.Net.Http
Inheritance: object → TransferCodingHeaderValue → TransferCodingWithQualityHeaderValue
Implemented Interfaces
- ICloneable Implemented by: TransferCodingHeaderValue
Represents an Accept-Encoding header value with optional quality factor.
Properties
public
double?
Quality
Gets the quality factor from the <see cref="T:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue" /> .
public
Collections.​Generic.​ICollection<​NameValueHeaderValue>
Parameters
Gets the transfer-coding parameters.
public
string
Value
Gets the transfer-coding value.
Methods
public static
TransferCodingWithQualityHeaderValue
Parse​(string input)
Converts a string to an <see cref="T:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue" /> instance.
Returns A <see cref="T:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue" /> instance.
input
A string that represents transfer-coding value information.
public static
bool
TryParse​(string input,
TransferCodingWithQualityHeaderValue& parsedValue)
public
bool
Equals​(object obj)
Inherited from TransferCodingHeaderValue
Determines whether the specified Object is equal to the current <see cref="T:System.Net.Http.Headers.TransferCodingHeaderValue" /> object.
Returns <see langword="true" /> if the specified <see cref="T:System.Object" /> is equal to the current object; otherwise, <see langword="false" /> .
obj
The object to compare with the current object.
public
int
GetHashCode​()
Inherited from TransferCodingHeaderValue
Serves as a hash function for an <see cref="T:System.Net.Http.Headers.TransferCodingHeaderValue" /> object.
Returns A hash code for the current object.
public
string
ToString​()
Inherited from TransferCodingHeaderValue
Returns a string that represents the current <see cref="T:System.Net.Http.Headers.TransferCodingHeaderValue" /> object.
Returns A string that represents the current object.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object