TransferCodingHeaderValue Konstruktory

Definice

Inicializuje novou instanci TransferCodingHeaderValue třídy .

Přetížení

TransferCodingHeaderValue(TransferCodingHeaderValue)

Inicializuje novou instanci TransferCodingHeaderValue třídy .

TransferCodingHeaderValue(String)

Inicializuje novou instanci TransferCodingHeaderValue třídy .

TransferCodingHeaderValue(TransferCodingHeaderValue)

Zdroj:
TransferCodingHeaderValue.cs
Zdroj:
TransferCodingHeaderValue.cs
Zdroj:
TransferCodingHeaderValue.cs

Inicializuje novou instanci TransferCodingHeaderValue třídy .

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)

Parametry

source
TransferCodingHeaderValue

Objekt TransferCodingHeaderValue použitý k inicializaci nové instance.

Platí pro

TransferCodingHeaderValue(String)

Zdroj:
TransferCodingHeaderValue.cs
Zdroj:
TransferCodingHeaderValue.cs
Zdroj:
TransferCodingHeaderValue.cs

Inicializuje novou instanci TransferCodingHeaderValue třídy .

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)

Parametry

value
String

Řetězec použitý k inicializaci nové instance.

Platí pro