Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPort

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

Delphi

property ProxyPort: Integer read FProxyPort write FProxyPort default 8888;

C++

__property int ProxyPort = {read=FProxyPort, write=FProxyPort, default=8888};

プロパティ

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

説明

プロキシ ホスト上のポート。

ProxyPort プロパティは、リクエスト送信に使用するプロキシ ホスト上のポートを示します。 ProxyPort は、ProxyHost が設定されていない場合には無視されます。

関連項目