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 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, the ProxyPort is not used.

See Also