TransferCodingHeaderValue Constructors

Definition

Initializes a new instance of the TransferCodingHeaderValue class.

Overloads

TransferCodingHeaderValue(TransferCodingHeaderValue)

Initializes a new instance of the TransferCodingHeaderValue class.

TransferCodingHeaderValue(String)

Initializes a new instance of the TransferCodingHeaderValue class.

TransferCodingHeaderValue(TransferCodingHeaderValue)

Source:
TransferCodingHeaderValue.cs
Source:
TransferCodingHeaderValue.cs
Source:
TransferCodingHeaderValue.cs

Initializes a new instance of the TransferCodingHeaderValue class.

protected:
 TransferCodingHeaderValue(System::Net::Http::Headers::TransferCodingHeaderValue ^ source);
protected TransferCodingHeaderValue (System.Net.Http.Headers.TransferCodingHeaderValue source);
new System.Net.Http.Headers.TransferCodingHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue -> System.Net.Http.Headers.TransferCodingHeaderValue
Protected Sub New (source As TransferCodingHeaderValue)

Parameters

source
TransferCodingHeaderValue

A TransferCodingHeaderValue object used to initialize the new instance.

Applies to

TransferCodingHeaderValue(String)

Source:
TransferCodingHeaderValue.cs
Source:
TransferCodingHeaderValue.cs
Source:
TransferCodingHeaderValue.cs

Initializes a new instance of the TransferCodingHeaderValue class.

public:
 TransferCodingHeaderValue(System::String ^ value);
public TransferCodingHeaderValue (string value);
new System.Net.Http.Headers.TransferCodingHeaderValue : string -> System.Net.Http.Headers.TransferCodingHeaderValue
Public Sub New (value As String)

Parameters

value
String

A string used to initialize the new instance.

Applies to