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

用户代理 HTTP 标头中使用的产品令牌的名称。

productVersion
String

Platform::String

winrt::hstring

User-Agent HTTP 标头中使用的产品令牌的版本。

另请参阅

适用于