Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyHost

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

Delphi

property ProxyHost: string read FProxyHost write FProxyHost;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

説明

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

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

関連項目