FileDownloadProgressEventArgs Class

Subclass of MarshalByRefObject. Provides details about the progress of a file download.

Properties

Type Signature
Guid BrowserId
Id of the browser instance that applies to this event.
int Id
Download id.
bool IsComplete
Specifies if the download is complete.
long SizeDownloaded
Number of bytes downloaded so far.
long SizeTotal
Total size of the download.
string DestinationPath
Destination filepath.
bool Cancel
Option to cancel the download.