REST.Backend.EMSProvider.TCustomEMSConnectionInfo.BaseURL

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BaseURL: string read GetBaseURL;

C++

__property System::UnicodeString BaseURL = {read=GetBaseURL};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo


Beschreibung

Vollständiger URL zur EMS-Server-Datei.

Das Format des BaseURL lautet:

URLProtocol://URLHost:URLPort/URLBasePath

URLProtocol (Standardwert wird verwendet) und URLBasePath können leer sein.

Siehe auch