Datasnap.DSClientRest.TDSCustomRestConnection.Protocol

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

Legt das Kommunikationsprotokoll für die REST-Verbindung fest.

Die Eigenschaft Protocol legt das Kommunikationsprotokoll für die DataSnap-REST-Verbindungskomponente fest. Zum Beispiel kann Protocol 'http' sein.

Siehe auch