Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: Integer read FProxyPort write FProxyPort default 8888;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

The port on the proxy host.

The ProxyPort property specifies the port on the proxy host through which to send requests. ProxyPort is ignored if ProxyHost is not set.

See Also