REST.Client.TRESTClient.UserAgent

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

Delphi

property UserAgent: string read GetUserAgent write SetUserAgent stored UserAgentIsStored default 0;

C++

__property UserAgent = {default=0};

プロパティ

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

説明

要求の User-Agent フィールドです。要求の発生元のユーザー エージェントに関する情報、つまりアプリケーションに関する情報を指定します。

REST.Client.TRESTClient.UserAgent は REST.Client.TCustomRESTClient.UserAgent を継承しています。以下の内容はすべて REST.Client.TCustomRESTClient.UserAgent を参照しています。

要求の User-Agent フィールドです。要求の発生元のユーザー エージェントに関する情報、つまりアプリケーションに関する情報を指定します。

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

関連項目