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 헤더에 사용되는 제품 주석입니다.

적용 대상