DownloaderSessionStarted event |
|
Remarks
Occurs at the beginning of a downloading session generated by a previous call to one between the Downloader.SessionStartToFile and the Downloader.SessionStartToMemory methods.
For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event DownloaderSessionStarted As DownloaderEventHandler |
[C#] public event DownloaderEventHandler DownloaderSessionStarted; |
[C++] public: __event DownloaderEventHandler DownloaderSessionStarted; |
Event Data
The event handler receives an argument of type DownloaderEventArgs having the following parameters:
Parameter |
Description |
|
|
nDllSessionUniqueId |
Unique identifier of the downloading session generated by a previous call to one between the Downloader.SessionStartToFile and the Downloader.SessionStartToMemory methods. |