TransferCodingHeaderValue Constructor (TransferCodingHeaderValue)

Initializes a new instance of the TransferCodingHeaderValue class.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Protected Sub New ( _
    source As TransferCodingHeaderValue _
)
'Usage
Dim source As TransferCodingHeaderValue 

Dim instance As New TransferCodingHeaderValue(source)
protected TransferCodingHeaderValue(
    TransferCodingHeaderValue source
)
protected:
TransferCodingHeaderValue(
    TransferCodingHeaderValue^ source
)
new : 
        source:TransferCodingHeaderValue -> TransferCodingHeaderValue
protected function TransferCodingHeaderValue(
    source : TransferCodingHeaderValue
)

Parameters

See Also

Reference

TransferCodingHeaderValue Class

TransferCodingHeaderValue Overload

System.Net.Http.Headers Namespace