REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath;

C++

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

Propriétés

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


Description

Répertoire virtuel du serveur EMS dans un environnement de production.

Utilisez URLBasePath pour pointer sur les fichiers du Moteur RAD Server (Serveur EMS) qui sont hébergés dans un environnement de production. La valeur par défaut de URLBasePath est /emsserver/emsserver.dll.

Voir aussi