This event is generated when a file is being transferred.

[Visual Basic] Public Event Progress As ProgressEventHandler
[C#] public event ProgressEventHandler Progress;

Explanation

The event handler receives arguments of type  ProgressEventArgs

This event is generated when executing the DownloadFile or UploadFile method.

To cancel the process, set the Cancel property of the ProgressEventHandler to true.


See Also

Ftp Class | Ftp Members


The ImageKit.NET3 is created by Newtone Corporation