API:REST.Backend.EMSProvider.TEMSProvider.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyServer;

C++

__property ProxyServer = {default=0};

Properties

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

Description

Server name for the proxy server

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

Server name for the proxy server that allows access to the RAD Server Engine (EMS Server).

The ProxyServer property sets or gets the IP address or a fully qualified domain name for the proxy server.

Note: If this property is empty, no proxy server is used for connecting to the EMS Server.

See Also