Beispiel #1
0
 /// <summary>
 /// Cancels all downloads
 /// </summary>
 public void CancelAll()
 {
     _connector.CancelAll();
 }