C# Class SDownload.Framework.Streams.StreamFactory

Show file Open project: brkastner/SDownload

Public Methods

Method Description
DownloadTrack ( String url, InfoReportProxy view, bool exit = false ) : void

Parse the given link and send it to the appropriate stream downloader

Method Details

DownloadTrack() public static method

Parse the given link and send it to the appropriate stream downloader
public static DownloadTrack ( String url, InfoReportProxy view, bool exit = false ) : void
url String The link provided to the application from the view
view InfoReportProxy The view to report progress back to
exit bool Exit after download?
return void