System.Net.HttpClient.IHTTPResponse.ContentEncoding

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ContentEncoding: string read GetContentEncoding;

C++

__property System::UnicodeString ContentEncoding = {read=GetContentEncoding};

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse


説明

レスポンスの Content-Encoding フィールドで、レスポンスのデータ エンコードを指定します。

関連項目