HttpProductInfoHeaderValue コンストラクター

定義

オーバーロード

HttpProductInfoHeaderValue(String)

製品コメントを使用して 、HttpProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

HttpProductInfoHeaderValue(String, String)

製品名とバージョンを使用して 、HttpProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

HttpProductInfoHeaderValue(String)

製品コメントを使用して 、HttpProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

public:
 HttpProductInfoHeaderValue(Platform::String ^ productComment);
 HttpProductInfoHeaderValue(winrt::hstring const& productComment);
public HttpProductInfoHeaderValue(string productComment);
function HttpProductInfoHeaderValue(productComment)
Public Sub New (productComment As String)

パラメーター

productComment
String

Platform::String

winrt::hstring

User-Agent HTTP ヘッダーで使用される製品コメント。

こちらもご覧ください

適用対象

HttpProductInfoHeaderValue(String, String)

製品名とバージョンを使用して 、HttpProductInfoHeaderValue クラスの新しいインスタンスを初期化します。

public:
 HttpProductInfoHeaderValue(Platform::String ^ productName, Platform::String ^ productVersion);
 HttpProductInfoHeaderValue(winrt::hstring const& productName, winrt::hstring const& productVersion);
public HttpProductInfoHeaderValue(string productName, string productVersion);
function HttpProductInfoHeaderValue(productName, productVersion)
Public Sub New (productName As String, productVersion As String)

パラメーター

productName
String

Platform::String

winrt::hstring

User-Agent HTTP ヘッダーで使用される製品トークンの名前。

productVersion
String

Platform::String

winrt::hstring

User-Agent HTTP ヘッダーで使用される製品トークンのバージョン。

こちらもご覧ください

適用対象