Indy 9
TIdMappedPortThread
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMappedPortTCP
Thread created for client connections to a port-based proxy server.
TIdMappedPortThread = class(TIdPeerThread)
Unit
IdMappedPortTCP
Description
TIdMappedPortThread is a TIdPeerThread descendant that implements a thread used to service connections to a port-based proxy server. TIdMappedPortThread is the class type created to represent threaded client connections to TIdMappedPortTCP, and descendants.

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.


TIdMappedPortThread.ConnectTimeOut
TIdMappedPortThread
property ConnectTimeOut: Integer;
Description
ConnectTimeOut

TIdMappedPortThread.NetData
TIdMappedPortThread
property NetData: String;
Description
NetData

TIdMappedPortThread.OutboundClient
TIdMappedPortThread
property OutboundClient: TIdTCPConnection;
Description
OutboundClient

TIdMappedPortThread.ReadList
TIdMappedPortThread
property ReadList: TList;
Description
ReadList

TIdMappedPortThread.Create
TIdMappedPortThread
constructor Create(ACreateSuspended: Boolean = True); override;
Description
Create

TIdMappedPortThread.Destroy
TIdMappedPortThread
destructor Destroy; override;
Description
Destroy

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