REST.Client.TCustomRESTRequest.AcceptCharset

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

Delphi

property AcceptCharset: string read GetAcceptCharset write SetAcceptCharset stored AcceptCharSetIsStored nodefault;

C++

__property System::UnicodeString AcceptCharset = {read=GetAcceptCharset, write=SetAcceptCharset, stored=AcceptCharSetIsStored};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

要求の Accept-Charset フィールドです。応答に使用できる文字エンコードの種類を指定します。

デフォルト値は "UTF-8" です。このフィールドの値に使用できる構文については、仕様を参照してください。

関連項目