3 references to WebClient
System (1)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
254
WebClient webClient = new
WebClient
();
System.Configuration (1)
System\Configuration\ClientConfigurationHost.cs (1)
331
WebClient client = new
WebClient
();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
593
using (WebClient wc = new
WebClient
())