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