Datasnap.DSTCPServerTransport.TDSTCPChannel.SessionId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPChannel

Delphi

property SessionId: string read FSessionId;

C++

__property System::UnicodeString SessionId = {read=FSessionId};

Description

Returns the session ID for this channel.

The SessionId property specifies the session ID for this channel. SessionId is populated only after a Read command has been issued.

See Also