Datasnap.DSClientRest.TDSRestConnection.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Protocol: string read FProtocol write SetProtocol stored IsProtocolStored;

C++

__property Protocol;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies the communication protocol for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.Protocol inherits from Datasnap.DSClientRest.TDSCustomRestConnection.Protocol. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.Protocol.

Specifies the communication protocol for the REST connection.

The Protocol property specifies the communication protocol for the DataSnap REST connection component. For example, Protocol can be 'http'.

See Also