The properties of the TransferEventArgs class are listed below. For a complete list of TransferEventArgs class members, see the TransferEventArgs Members topic.
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
Direction | Gets the transfer direction |
IsGuiThread (inherited from FTPEventArgs) | 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 (inherited from FTPEventArgs) | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
TransferType | Gets the transfer type |