System.Net.HttpClient.IHTTPResponse.ContentCharSet

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

Delphi

property ContentCharSet: string read GetContentCharSet;

C++

__property System::UnicodeString ContentCharSet = {read=GetContentCharSet};

プロパティ

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


説明

レスポンスAccept-CharSet フィールドで、レスポンスに含まれる文字セットを指定します。

関連項目