Indy 9
|
TIdMappedTelnetThread = class(TIdMappedPortThread)
TIdMappedTelnetThread maintains the AllowedConnectAttempts propety used when opening a connection from the proxy server to the remote system.
property AllowedConnectAttempts: Integer;
AllowedConnectAttempts is initated using the TIdCustomMappedTelnet.AllowedConnectAttempts property value when the OutboundConnect method is called for the executing thread. AllowedConnectAttempts is decremented in OutboundConnect until the outbound client is successfully connected or AllowedConnectAttempts reaches 0.