Copyright © 2006-2023 MultiMedia Soft

Downloader property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DownloaderRec As Downloader


 

[C#]

public DownloaderRec Downloader {get;}


 

[C++]

public: __property DownloaderRec* get_Downloader ();


 

This property is Read-only

 

 

Remarks

The object used for managing download sessions.

This property encapsulates the functionality of the DownloaderRec class.

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