API:REST.Backend.EMSProvider.TEMSProvider.ProxyPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPort: Integer read GetProxyPort write SetProxyPort default 0;

C++

__property ProxyPort = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

Port number of the proxy server

REST.Backend.EMSProvider.TEMSProvider.ProxyPort inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort.

Port number of the proxy server that allows access to the 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