4 references to DownloadDataCompleted
System.Net.WebClient (4)
System\Net\WebClient.cs (4)
79protected virtual void OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) => DownloadDataCompleted?.Invoke(this, e); 1657handler = (sender, e) => HandleCompletion(tcs, e, (args) => args.Result, handler, (webClient, completion) => webClient.DownloadDataCompleted -= completion); 1658DownloadDataCompleted += handler; 1664DownloadDataCompleted -= handler;