This event is generated when the 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 the DownloadFile or UploadFile method is being executed.

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


See Also

Http Class | Http Members


The ImageKit.NET3 is created by Newtone Corporation