Copyright © 2005-2019 MultiMedia Soft

Downloader property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DownloaderDj As Downloader


 

[C#]

public DownloaderDj Downloader {get;}


 

[C++]

public: __property DownloaderDj* get_Downloader ();


 

This property is Read-only

 

 

Remarks

The object used for managing download sessions.

This property encapsulates the functionality of the DownloaderDj class.

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