共用方式為


ProductInfoHeaderValue 建構函式

定義

初始化 ProductInfoHeaderValue 類別的新執行個體。

多載

ProductInfoHeaderValue(ProductHeaderValue)

初始化 ProductInfoHeaderValue 類別的新執行個體。

ProductInfoHeaderValue(String)

初始化 ProductInfoHeaderValue 類別的新執行個體。

ProductInfoHeaderValue(String, String)

初始化 ProductInfoHeaderValue 類別的新執行個體。

ProductInfoHeaderValue(ProductHeaderValue)

來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs

初始化 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)

參數

product
ProductHeaderValue

用來初始化新執行個體的 ProductHeaderValue 物件。

適用於

ProductInfoHeaderValue(String)

來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs

初始化 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)

參數

comment
String

註解值。

適用於

ProductInfoHeaderValue(String, String)

來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs
來源:
ProductInfoHeaderValue.cs

初始化 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)

參數

productName
String

產品名稱值。

productVersion
String

產品版本值。

適用於