ProductInfoHeaderValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ProductInfoHeaderValue 類別的新執行個體。
多載
ProductInfoHeaderValue(ProductHeaderValue) |
初始化 ProductInfoHeaderValue 類別的新執行個體。 |
ProductInfoHeaderValue(String) |
初始化 ProductInfoHeaderValue 類別的新執行個體。 |
ProductInfoHeaderValue(String, String) |
初始化 ProductInfoHeaderValue 類別的新執行個體。 |
ProductInfoHeaderValue(ProductHeaderValue)
初始化 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 類別的新執行個體。
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 類別的新執行個體。
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
產品版本值。