Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetNegotiateEvent Type

Specifies an event type for TELNET option negotiation.

Pascal
TIdTelnetNegotiateEvent = procedure (AContext: TIdContext) of object;
Parameters 
Description 
AContext 
The peer thread generating the event. 

TIdTelnetNegotiateEvent is an event type used to signal option negotiation features as describe in the TELNET protocol specifications. TELNET negotiated options allow a TELNET server to provide services that enhance the basic features available in a Network Virtual Terminal (NVT). 

Negotiated options utilize the "DO, DON'T, WILL, WON'T" conversation mechanism that allows either party (or both) to initiate an option request, accept or request an option request, and implement the requested option. 

AContext is the peer thread generating the option negotiation event. 

TIdTelnetServer uses the OnNegotiate event handler to respond to TIdTelnetNegotiateEvent event notifications for connections. 

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.