Indy 9
|
TIdTelnetPeerThread = class(TIdPeerThread)
TIdTelnetPeerThread provides properties and methods that allow the multi-threaded TIdTelnetServer to perform connection, option negotiation, and authentication for client connections using the TELNET protocol.
TIdTelnetPeerThread also implements the Indy framework for thread execution and management, as defined in the TIdPeerThread ancestor class.
property TelnetData: TTelnetData;
TelnetData is created in the Create constructor, and freed in the Destroy method.
constructor Create(ACreateSuspended: Boolean = True); override;
destructor Destroy; override;