Datasnap.DSClientRest.TDSRestConnection.PreserveSessionID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PreserveSessionID: Boolean read FPreserveSessionID write FPreserveSessionID default 1;

C++

__property PreserveSessionID = {default=1};

Eigenschaften

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

Beschreibung

Legt fest, ob die ID für die REST-Verbindung beibehalten wird oder nicht.

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

Legt fest, ob die ID für die REST-Verbindung beibehalten wird oder nicht.

Die Eigenschaft PreserveSessionID legt fest, ob die ID für die DataSnap-REST-Verbindung beibehalten wird oder nicht.

Siehe auch