REST.Backend.EMSProvider.TEMSProvider.URLProtocol
Delphi
property URLProtocol: string read FURLProtocol write SetURLProtocol stored IsURLProtocolStored;
C++
__property URLProtocol;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TEMSProvider |
Description
URL protocol identifier for the request to the RAD Server Engine (EMS Server).
URLProtocol property contains a string with the protocol identifier for the request to the EMS Server. Possible values are http and https.
The default value for the URLProtocol is http.