HttpProductInfoHeaderValue.Comment プロパティ

定義

User-Agent HTTP ヘッダーで使用される HttpProductInfoHeaderValue から製品コメントを取得します。

public:
 property Platform::String ^ Comment { Platform::String ^ get(); };
winrt::hstring Comment();
public string Comment { get; }
var string = httpProductInfoHeaderValue.comment;
Public ReadOnly Property Comment As String

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象