Datasnap.DSClientRest.TDSRestConnection.Protocol

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Protocol: string read FProtocol write SetProtocol stored IsProtocolStored;

C++

__property Protocol;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

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

Datasnap.DSClientRest.TDSRestConnection.Protocol erbt von Datasnap.DSClientRest.TDSCustomRestConnection.Protocol. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.Protocol.

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