REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyServer: string read GetProxyServer write SetProxyServer;

C++

__property System::UnicodeString ProxyServer = {read=GetProxyServer, write=SetProxyServer};

Properties

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

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