Datasnap.DSSession.TDSSessionManager.TunnelSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TunnelSession[id: string]: TDSTunnelSession read GetTunnelSession;

C++

__property TDSTunnelSession* TunnelSession[System::UnicodeString id] = {read=GetTunnelSession};

Description

Specifies the tunnel session object based on the provided identifier.

Read the TunnelSession property to obtain the tunnel session object based on the provided identifier. If the identifier specifies an object that cannot be found or is not a tunnel session, the read value of the TunnelSession property is nil.

See Also