Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 8888;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

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