HttpProductInfoHeaderValue.Comment Property

Definition

Gets the product comment from the HttpProductInfoHeaderValue used in the User-Agent HTTP header.

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

Property Value

String

Platform::String

winrt::hstring

The product comment used in the User-Agent HTTP header.

Applies to