REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property URLHost: string read FURLHost write SetURLHost;

C++

__property System::UnicodeString URLHost = {read=FURLHost, write=SetURLHost};

Eigenschaften

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


Beschreibung

URL-Hostwert für die Anforderung an den EMS-Server.

Die Eigenschaft URLHost enthält einen String mit dem URL-EMS-Hostwert.

Die EMS-Client-Anwendung stellt mit den Eigenschaften URLHost und URLPort HTTP-Anforderungen an den EMS-Server.

Siehe auch