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 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.