Datasnap.DSClientRest.TDSCustomRestConnection.ProxyHost

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

Delphi

property ProxyHost: string read GetProxyHost write SetProxyHost;

C++

__property System::UnicodeString ProxyHost = {read=GetProxyHost, write=SetProxyHost};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

説明

リクエストを送信すホスト。

ProxyHost プロパティは、リクエストを送信すホストを示します。 プロキシを使用したくない場合には、ProxyHost に空の文字列を設定します。

関連項目