Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the TransferCodingHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    value As String _
)
'Usage
Dim value As String 
Dim instance As New TransferCodingHeaderValue(value)
public TransferCodingHeaderValue(
    string value
)
public:
TransferCodingHeaderValue(
    String^ value
)
new : 
        value:string -> TransferCodingHeaderValue
public function TransferCodingHeaderValue(
    value : String
)
Parameters
- value
 Type: System.String
See Also
Reference
TransferCodingHeaderValue Class