Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 8888;

C++

__property int ProxyPort = {read=GetProxyPort, write=SetProxyPort, 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