BeforeFileDownloadEventArgs Class

Subclass of MarshalByRefObject. Provides details about a file download.

Properties

Type Signature
Guid BrowserId
Id of the browser instance that applies to this event.
int Id
Download id.
string MimeType
MIME type of download.
string Url
Download URL.
string OriginalUrl
Original download URL.
long Size
Download size.
string DestinationPath
Destination filepath.
DownloadRuleAction Action
Download action (that can be changed).