Indy 9
TIdMappedTelnet
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMappedPortTCP
Implements a port-based proxy server for Telnet client connections.
TIdMappedTelnet = class(TIdCustomMappedTelnet)
Unit
IdMappedPortTCP
Description
TIdMappedTelnet is a TIdCustomMappedTelnet descendant that implements a multithreaded port-based proxy server for Telnet client connections. TIdMappedTelnet implements methods and properties that allow the proxy to create TIdMappedTelnetThread thread class instances for client connections to the server using the specified DefaultPort number and the MappedPort for connection to the remote system.

TIdMappedTelnet.AllowedConnectAttempts
TIdMappedTelnet, See Also
Number of connections permitted to the port-based proxy server.
property AllowedConnectAttempts: Integer;
Description
AllowedConnectAttempts is a read-only Integer property in TIdMappedTelnet that indicates the number of connection allowed to the port-based proxy. The default value for AllowedConnectAttempts is -1, and indicates that an unlimited number of connections are permitted for the port proxy. 0 indicates that no connections are allowed.

AllowedConnectAttempts is used when creating outbound connections for the local client to the port-based proxy server.


TIdMappedTelnet.OnCheckHostPort
TIdMappedTelnet
property OnCheckHostPort: TIdMappedTelnetCheckHostPort;
Description
OnCheckHostPort

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.