Datasnap.DSSession.TDSTCPSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDSTCPSession = class(TDSAuthSession)

C++

class PASCALIMPLEMENTATION TDSTCPSession : public TDSAuthSession

Description

Represents the session class for the TCP communication protocol.

TDSTCPSession represents the session class for the TCP communication protocol. TDSTCPSession holds an instance of an authentication manager.

See Also