REST.Backend.EMSProvider.TEMSProvider.URLProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLProtocol;

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.

See Also