Internet Direct (Indy) Version 9.0.1 Beta
TIdTelnetServer.DoNegotiate
Implements TELNET option negotiation.

procedure DoNegotiate(AThread: TIdPeerThread); virtual;
Parameters
AThread: TIdPeerThread
The peer thread to perform option negotiation.

Description
DoNegotiate is a procedure used to implement the OnNegotiate event handler for a peer connection.

DoNegotiate requires a procedure assigned to the OnNegotiate event handler to allow option negotiate to be performed for the connection.