REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property URLProtocol: string read FURLProtocol write SetURLProtocol stored IsURLProtocolStored nodefault;

C++

__property System::UnicodeString URLProtocol = {read=FURLProtocol, write=SetURLProtocol, stored=IsURLProtocolStored};

Eigenschaften

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


Beschreibung

URL-Protokollbezeichner für die Anforderung an den RAD Server Engine (EMS-Server).

Die Eigenschaft URLProtocol enthält einen String mit dem Protokollbezeichner für die Anforderung an den EMS-Server.

Der Standardwert für URLProtocol ist http.

Siehe auch