Datasnap.DSClientRest.TDSRestConnection.PreserveSessionID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreserveSessionID: Boolean read FPreserveSessionID write FPreserveSessionID default 1;

C++

__property PreserveSessionID = {default=1};

Properties

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

Description

Specifies whether the ID for the REST connection is preserved or not.

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

Specifies whether the ID for the REST connection is preserved or not.

The PreserveSessionID property specifies whether the ID for the DataSnap REST connection is preserved or not.

See Also