Indy 9
|
TIdMappedPortThread = class(TIdPeerThread)
TIdMappedPortThread provides properties that allow the client connection to maintain a connection timeout, the socket connection used from the proxy to the remote host, and data read from the local connection and forwarded to the remote host.
property ConnectTimeOut: Integer;
property NetData: String;
property OutboundClient: TIdTCPConnection;
property ReadList: TList;
constructor Create(ACreateSuspended: Boolean = True); override;
destructor Destroy; override;