5 references to DownloadStringCompleted
System (5)
net\System\Net\webclient.cs (5)
1942if (DownloadStringCompleted != null) { 1943DownloadStringCompleted(this, e); 2555handler = (sender, e) => HandleCompletion(tcs, e, (args) => args.Result, handler, (webClient, completion) => webClient.DownloadStringCompleted -= completion); 2556this.DownloadStringCompleted += handler; 2562this.DownloadStringCompleted -= handler;