REST.Backend.EMSProvider.TEMSProvider.URLProtocol

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property URLProtocol: string read FURLProtocol write SetURLProtocol stored IsURLProtocolStored;

C++

__property URLProtocol;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider


Beschreibung

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

Die Eigenschaft URLProtocol enthält einen String mit dem Protokollbezeichner für die Anforderung an den EMS-Server. Mögliche Werte sind http und https.

Der Standardwert für URLProtocol ist http.

Siehe auch