HttpContentHeaders.ContentEncoding プロパティ

定義

HTTP 応答の Content-Encoding コンテンツ ヘッダーの値を取得します。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ ContentEncoding { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> ContentEncoding { get; }
member this.ContentEncoding : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ContentEncoding As ICollection(Of String)

プロパティ値

HTTP 応答の Content-Encoding コンテンツ ヘッダーの値。

適用対象