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
- source
Type: System.Net.Http.Headers.TransferCodingHeaderValue
See Also
Reference
TransferCodingHeaderValue Class