REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath;

C++

__property System::UnicodeString URLBasePath = {read=FURLBasePath, write=SetURLBasePath};

Properties

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

Description

Virtual directory of the EMS Server in a production environment.

Use the URLBasePath to point the RAD Server Engine (EMS Server) files that are hosted in a production environment. URLBasePath default value is /emsserver/emsserver.dll.

See Also