5 references to DownloadStringCompletedEventHandler
netstandard (1)
netstandard.cs (1)
1086
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
DownloadStringCompletedEventHandler
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
615
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
DownloadStringCompletedEventHandler
))]
System.Net (1)
System.Net.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
DownloadStringCompletedEventHandler
))]
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
66
public event
DownloadStringCompletedEventHandler
? DownloadStringCompleted;
1544
DownloadStringCompletedEventHandler
? handler = null;