C# Класс SDownload.Framework.Streams.SCSetStream

Наследование: BaseStream
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Download() публичный метод

Downloads the necessary files
public Download ( bool ignoreExtras = false ) : Task
ignoreExtras bool Not used, extras aren't tracked by set
Результат Task

Finish() публичный метод

Performs any post-download steps for all of the songs in the set
public Finish ( bool close = true ) : bool
close bool Not used
Результат bool

SCSetStream() публичный метод

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
Результат System