3 instantiations of WebClient
System (1)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
254WebClient webClient = new WebClient();
System.Configuration (1)
System\Configuration\ClientConfigurationHost.cs (1)
331WebClient client = new WebClient();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
593using (WebClient wc = new WebClient())
12 references to WebClient
System (9)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
254WebClient webClient = new WebClient();
net\System\Net\webclient.cs (8)
61if (this.GetType() == typeof(WebClient)) { 1071internal WebClient WebClient; 1080internal DownloadBitsState(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp, ProgressData progress, WebClient webClient) { 1330internal WebClient WebClient; 1342internal UploadBitsState(WebRequest request, Stream readStream, byte[] buffer, int chunkSize, byte[] header, byte[] footer, CompletionDelegate uploadCompletionDelegate, CompletionDelegate downloadCompletionDelegate, AsyncOperation asyncOp, ProgressData progress, WebClient webClient) { 2908private void HandleCompletion<TAsyncCompletedEventArgs, TCompletionDelegate, T>(TaskCompletionSource<T> tcs, TAsyncCompletedEventArgs e, Func<TAsyncCompletedEventArgs, T> getResult, TCompletionDelegate handler, Action<WebClient, TCompletionDelegate> unregisterHandler) 2984private WebClient m_WebClient; 2986public WebClientWriteStream(Stream stream, WebRequest request, WebClient webClient) {
System.Configuration (1)
System\Configuration\ClientConfigurationHost.cs (1)
331WebClient client = new WebClient();
System.Net (1)
AssemblyInfo.cs (1)
37[assembly: TypeForwardedToAttribute(typeof(System.Net.WebClient))]
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
593using (WebClient wc = new WebClient())