The following tables list the members exposed by TransferCompletedEventArgs.
Public Constructors
Public Properties
| Name | Description |
| CustomObject |
A custom user object passed as a parameter of an async operation
|
| FilesTransfered |
A list of the files transfered
|
| Ftp |
Reference to the FTP Instance
|
| LastException |
The exception that occured while transfering or null if no exception
|
| SessionGuid |
A unique identifier for this instantiated ftp session
|
Top
Public Methods
| Name | Description |
| Retry |
Attempt to Retry the operation when there is a failure
|
Top
See Also