Datasnap.DSClientRest.TDSCustomRestConnection.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

property Protocol: string read FProtocol write SetProtocol stored IsProtocolStored nodefault;

C++

__property System::UnicodeString Protocol = {read=FProtocol, write=SetProtocol, stored=IsProtocolStored};

Description

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