REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLProtocol: string read FURLProtocol write SetURLProtocol stored IsURLProtocolStored nodefault;

C++

__property System::UnicodeString URLProtocol = {read=FURLProtocol, write=SetURLProtocol, stored=IsURLProtocolStored};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

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.

The default value for the URLProtocol is http.

See Also