Indy 9
TIdMappedFtpDataThread
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMappedFTP
Thread created vfor handling the data channel in a port-based proxy connection.
TIdMappedFtpDataThread = class(TIdThread)
Unit
IdMappedFTP
Description
TIdMappedFtpDataThread is a TIdThread descendant that represents the thread created for a port-based proxy connnection in TIdMappedFtp and TIdMappedFtpThread. TIdMappedFtpDataThread provides properties and methods used when the local client Connection and the remote proxied OutboundClient connection are used to open the data channel for the FTP session.

TIdMappedFtpDataThread.Connection
TIdMappedFtpDataThread
property Connection: TIdTcpConnection;
Description
Connection

TIdMappedFtpDataThread.MappedFtpThread
TIdMappedFtpDataThread
property MappedFtpThread: TIdMappedFtpThread;
Description
MappedFtpThread

TIdMappedFtpDataThread.NetData
TIdMappedFtpDataThread
property NetData: string;
Description
NetData

TIdMappedFtpDataThread.OutboundClient
TIdMappedFtpDataThread
property OutboundClient: TIdTCPConnection;
Description
OutboundClient

TIdMappedFtpDataThread.Create
TIdMappedFtpDataThread
constructor Create(AMappedFtpThread: TIdMappedFtpThread); reintroduce;
Description
Create

TIdMappedFtpDataThread.Destroy
TIdMappedFtpDataThread
destructor Destroy; override;
Description
Destroy

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