9 references to DownloadBits
System (9)
net\System\Net\webclient.cs (9)
353byte [] returnBytes = DownloadBits(request, null, null, null); 397DownloadBits(request, fs, null, null); 571byte [] responseBytes = DownloadBits(request, null, null, null); 713byte [] responseBytes = DownloadBits(request, null, null, null); 805byte [] returnBytes = DownloadBits(request, null, null, null); 1989DownloadBits(request, null, new CompletionDelegate(DownloadStringAsyncCallback), asyncOp); 2043DownloadBits(request, null, new CompletionDelegate(DownloadDataAsyncCallback), asyncOp); 2102DownloadBits(request, fs, new CompletionDelegate(DownloadFileAsyncCallback), asyncOp); 2137DownloadBits(state.Request, null, state.DownloadCompletionDelegate, state.AsyncOp);