REST.Backend.EMSProvider.TEMSProvider.URLProtocol
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 RAD Server Engine (EMS-Server).
Die URLProtocol-Eigenschaft 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 das URLProtocol ist http.