API:Datasnap.DSSession.TDSRemoteSession

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSSession.TDSTunnelSessionDatasnap.DSSession.TDSAuthSessionDatasnap.DSSession.TDSSessionSystem.Classes.TPersistentSystem.TObjectTDSRemoteSession
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: Datasnap.DSSession

Delphi

TDSRemoteSession = class(TDSTunnelSession)

C++

class PASCALIMPLEMENTATION TDSRemoteSession : public TDSTunnelSession

Description

Session class for the HTTP communication protocol, which acts like a proxy for the socket channel with the DataSnap server.

Datasnap.DSSession.TDSRemoteSession 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.

See Also