REST.Backend.EMSProvider.TEMSProvider.URLBasePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath default 0;

C++

__property URLBasePath = {default=0};

Properties

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

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. The default value of URLBasePath is /emsserver/emsserver.dll.

See Also