The event handler receives an argument of type TransferEventArgs containing data related to this event. The following TransferEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ConnectionInstanceNumber | Identifies the pooled connection on which the task is running. |
| Direction | Gets the transfer direction |
| IsGuiThread | Indicates whether or not the event-handler has been invoked on the GUI thread. |
| LocalByteArray | Gets the byte-array being transferred to/from. |
| LocalFilePath | Gets the path of the local file. |
| LocalStream | Gets the stream being transferred to/from. |
| RemoteFilename | Gets the remote filename |
| TaskID | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
| TransferType | Gets the transfer type |
IFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace