Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetPeerContext Class

Implements a thread client for TELNET server connections.

Pascal
TIdTelnetPeerContext = class(TIdContext);

TIdTelnetPeerContext is a TIdContext descendant that implements a threaded client used for connection to to a TELNET server. TIdTelnetPeerThread is the class type assigned to the TIdTelnetServer.ThreadClass property, and used when creating new client connections to the server. 

TIdTelnetPeerContext provides properties and methods that allow the multi-threaded TIdTelnetServer to perform connection, option negotiation, and authentication for client connections using the TELNET protocol. 

TIdTelnetPeerContext also implements the Indy framework for thread execution and management, as defined in the TIdContext ancestor class.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.