This is the master download manager. It manages smaller threads that do the actual download.
Example #1
0
 public PutioFileSystem(Api putio_api)
 {
     this.PutioApi = putio_api;
     this.OpenHandles = new Dictionary<Guid, PutioFileHandle>();
     this.Root = PutioFolder.GetRootFolder(this);
     this.DownloadManager = new DownloadManager(Constants.MAX_CONNECTIONS);
 }
Example #2
0
 public Downloader(DownloadManager dm)
 {
     this.DM = dm;
 }
Example #3
0
 public Downloader(DownloadManager dm)
 {
     this.DM = dm;
 }