Indy 9
TClientData
Hierarchy, Methods, See Also, Unit: IdTunnelSlave
Represents data about a client connection to TIdTunnelSlave.
TClientData = class
Unit
IdTunnelSlave
Description
TClientData is a class used to represent data about a client connection tot he TIdTunnelSlave. TClientData instances are stored in the TIdPeerThread.Data property when the peer thread connects to the TIdTunnelSlave. TClientData provides the client context for operations in Connect and Execute on the TIdTunnelSlave server.

TClientData.Create
TClientData
Constructor for the object instance.
constructor Create;
Description
Create is the constructor for the object instance. Create initializes Locker used for resource protection.

TClientData.Destroy
TClientData
Frees an object instance.
destructor Destroy; override;
Description
Destroy is the destructor for the object instance. Destroy frees Locker prior to calling the inherited Destroy method.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.