Internet Direct (Indy) Version 9.0.2 Beta
TIdTelnetPeerThread.TelnetData
Represents account information for the Telnet client connection.

property TelnetData: TTelnetData;
Description
TelnetData is a read-only TTelnetData property that represents information about the identity and credentials for the threaded client connection. TelnetData is used when the client thread connects to the Telnet server and the TIdTelnetServer.OnAuthentication event handler is used to verifiy the captured user name and password.

TelnetData is created in the Create constructor, and freed in the Destroy method.