4 references to DownloadFileCompleted
System.Net.WebClient (4)
System\Net\WebClient.cs (4)
80protected virtual void OnDownloadFileCompleted(AsyncCompletedEventArgs e) => DownloadFileCompleted?.Invoke(this, e); 1682handler = (sender, e) => HandleCompletion(tcs, e, (args) => null, handler, (webClient, completion) => webClient.DownloadFileCompleted -= completion); 1683DownloadFileCompleted += handler; 1689DownloadFileCompleted -= handler;