Datasnap.DSClientRest.TDSRestClientChannel.SessionId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionID: string read GetSessionId;

C++

__property System::UnicodeString SessionID = {read=GetSessionId};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientChannel

Description

Specifies the session ID for this channel.

Read the SessionId property to obtain the session ID for this client channel.

See Also