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