public Downloader(DownloaderOptions options)
 {
     this.options       = options;
     pluralsightService = new PluralsightService();
     downloadClient     = new DownloadClient(options.Timeout);
 }
示例#2
0
 public Authenticator(AuthenticatorOptions options)
 {
     this.options = options;
     services     = new PluralsightService();
 }