Datasnap.DSSession.TDSSessionManager.TunnelSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionManager

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