REST.Backend.EMSProvider.TCustomEMSConnectionInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomEMSConnectionInfo

Delphi

TCustomEMSConnectionInfo = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomEMSConnectionInfo : public System::Classes::TComponent

Properties

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

Description

Stores information about the EMS connection parameters for the connection to the RAD Server Engine (EMS Server).

TCustomEMSConnectionInfo stores information about the EMS Server connection parameters such as URLHost, URLPort, ApplicationId, MasterSecret, TenantSecret, and TenantId.

See Also