Internet Direct (Indy) Version 9.0.2 Beta
TIdMappedPortTCP
Implements a proxy for TCP connections to a remote computer.

TIdMappedPortTCP = class(TIdTCPServer)
Description
TIdMappedPortTCP is a TIdTCPServer descendant that implements a proxy for connections to a remote computer system. TIdMappedPortTCP listens for connections on a designated port number and makes a connection to another server using a specified port number. This is useful for certain types of proxy programs.