API: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

REST.Backend.EMSProvider.TEMSProvider.URLProtocol inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol.

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.

The default value for the URLProtocol is http.

See Also