ProductInfoHeaderValue Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

Przeciążenia

ProductInfoHeaderValue(ProductHeaderValue)

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

ProductInfoHeaderValue(String)

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

ProductInfoHeaderValue(String, String)

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

ProductInfoHeaderValue(ProductHeaderValue)

Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

public:
 ProductInfoHeaderValue(System::Net::Http::Headers::ProductHeaderValue ^ product);
public ProductInfoHeaderValue (System.Net.Http.Headers.ProductHeaderValue product);
new System.Net.Http.Headers.ProductInfoHeaderValue : System.Net.Http.Headers.ProductHeaderValue -> System.Net.Http.Headers.ProductInfoHeaderValue
Public Sub New (product As ProductHeaderValue)

Parametry

product
ProductHeaderValue

ProductHeaderValue Obiekt używany do inicjowania nowego wystąpienia.

Dotyczy

ProductInfoHeaderValue(String)

Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

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

Parametry

comment
String

Wartość komentarza.

Dotyczy

ProductInfoHeaderValue(String, String)

Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs
Źródło:
ProductInfoHeaderValue.cs

Inicjuje nowe wystąpienie klasy ProductInfoHeaderValue.

public:
 ProductInfoHeaderValue(System::String ^ productName, System::String ^ productVersion);
public ProductInfoHeaderValue (string productName, string productVersion);
public ProductInfoHeaderValue (string productName, string? productVersion);
new System.Net.Http.Headers.ProductInfoHeaderValue : string * string -> System.Net.Http.Headers.ProductInfoHeaderValue
Public Sub New (productName As String, productVersion As String)

Parametry

productName
String

Wartość nazwy produktu.

productVersion
String

Wartość wersji produktu.

Dotyczy