golavr / SegmentDownloader

Download manager for .net supporting segmented downloading with pause and resume. Project was migrated to https://github.com/golavr/SegmentDownload
9 stars 4 forks source link

Using PersistedListExtension to save current downloading list #2

Closed mmmmmmmmm2 closed 5 years ago

mmmmmmmmm2 commented 6 years ago

Hi @golavr,

Do you have any plans to add using extensions example to your console application or is there any other one? I didn't understand adding UI namespace to extension classes!

Thanks, Mohammad

golavr commented 6 years ago

@m-karimi I totally agree with you With that been said i forked this project I did my best to decouple UI elements from: SegmentDownloader.Core SegmentDownloader.Protocol

Which are the ones i'm using and nuget maintain SegmentDownloader.Protocol contain HTTP and FTP extensions(provider) which are used by the sample