Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

property ProxyPort: Integer read FProxyPort write FProxyPort default 8888;

C++

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

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