C# Class SDownload.Framework.Streams.SCSetStream

Inheritance: BaseStream
Mostrar archivo Open project: brkastner/SDownload Class Usage Examples

Public Methods

Method 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 method

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

Finish() public method

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

SCSetStream() public method

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
return System