API:Datasnap.DSClientRest.TDSRestConnection.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ProxyPort;

C++

__property ProxyPort = {default=8888};

Description

The port on the proxy host.

Datasnap.DSClientRest.TDSRestConnection.ProxyPort inherits from Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPort.

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