Datasnap.DSTCPServerTransport.TDSTCPChannel.SessionId
| [–] 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.