Datasnap.DSTCPServerTransport.TDSTCPChannel.SessionId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionId: string read FSessionId;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPChannel

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