REST.Backend.EMSProvider.TCustomEMSConnectionInfo.BaseURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseURL: string read GetBaseURL;

C++

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

Properties

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

Description

Complete URL to the EMS Server file.

The format of the BaseURL is as follows:

URLProtocol://URLHost:URLPort/URLBasePath

URLProtocol (default value is used) and URLBasePath may be blank.

See Also