Copyright © 2008-2023 MultiMedia Soft

Downloader property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DownloaderEd As Downloader


 

[C#]

public DownloaderEd Downloader {get;}


 

[C++]

public: __property DownloaderEd* get_Downloader ();


 

This property is Read-only

 

 

Remarks

The object used for managing download sessions.

This property encapsulates the functionality of the DownloaderEd class.

For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.