REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: integer read GetProxyPort write SetProxyPort default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Port number of the proxy server that allows access to the RAD Server Engine (EMS Server).

The ProxyPort property sets or gets the the port number of the proxy server.

Note: If this property is 0, this property is not used.

See Also