C# Class SDownload.Framework.Streams.SCSetStream

Inheritance: BaseStream
Afficher le fichier Open project: brkastner/SDownload Class Usage Examples

Méthodes publiques

Méthode Description
Download ( bool ignoreExtras = false ) : Task

Downloads the necessary files

Finish ( bool close = true ) : bool

Performs any post-download steps for all of the songs in the set

SCSetStream ( string url, InfoReportProxy view ) : System

Gathers and prepares all of the tracks in the set for download

Method Details

Download() public méthode

Downloads the necessary files
public Download ( bool ignoreExtras = false ) : Task
ignoreExtras bool Not used, extras aren't tracked by set
Résultat Task

Finish() public méthode

Performs any post-download steps for all of the songs in the set
public Finish ( bool close = true ) : bool
close bool Not used
Résultat bool

SCSetStream() public méthode

Gathers and prepares all of the tracks in the set for download
public SCSetStream ( string url, InfoReportProxy view ) : System
url string The url to the set
view InfoReportProxy The view to report progress back to
Résultat System