API:Datasnap.DSSession.TDSLocalSession

Delphi
TDSLocalSession = class(TDSTunnelSession)
C++
class PASCALIMPLEMENTATION TDSLocalSession : public TDSTunnelSession
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | Datasnap.DSSession |
Description
Session class for the HTTP communication protocol, which acts like a proxy for the socket channel with the DataSnap server.
Datasnap.DSSession.TDSLocalSession inherits from Datasnap.DSSession.TDSTunnelSession. All content below this line refers to Datasnap.DSSession.TDSTunnelSession.
Session class for the HTTP communication protocol, which acts like a proxy for the socket channel with the DataSnap server.
It offers Open and Close methods to handle the session life cycle.