TransferCodingHeaderValue Class
Represents a transfer-coding header value.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.TransferCodingHeaderValue
System.Net.Http.Headers.TransferCodingWithQualityHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class TransferCodingHeaderValue
'Usage
Dim instance As TransferCodingHeaderValue
public class TransferCodingHeaderValue
public ref class TransferCodingHeaderValue
type TransferCodingHeaderValue = class end
public class TransferCodingHeaderValue
The TransferCodingHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransferCodingHeaderValue(String) | Initializes a new instance of the TransferCodingHeaderValue class. | |
TransferCodingHeaderValue(TransferCodingHeaderValue) | Initializes a new instance of the TransferCodingHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
Parameters | Gets {insert text here}. | |
Value | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToString | (Overrides Object.ToString().) | |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.