REST.Backend.EMSProvider.TEMSProvider.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyServer: string read GetProxyServer write SetProxyServer default 0;

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 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