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

製品バージョンの値。

適用対象