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