コード例 #1
0
ファイル: Session.cs プロジェクト: BlackGold87/TorDownloader
 public Session()
 {
     this._session    = new Ragnar.Session(this.fingerprint);
     this.workerAlert = new Worker.BackgroundWorker(_alertEventHandler, true);
     this._session.SetAlertMask(SessionAlertCategory.All);
     this.workerAlert.Run();
 }
コード例 #2
0
ファイル: Session.cs プロジェクト: BlackGold87/TorDownloader
 public Session()
 {
     this._session = new Ragnar.Session(this.fingerprint);
     this.workerAlert = new Worker.BackgroundWorker(_alertEventHandler, true);
     this._session.SetAlertMask(SessionAlertCategory.All);
     this.workerAlert.Run();
 }