1 write to _webClient
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
38_webClient = client
11 references to _webClient
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (11)
53_webClient.CancelAsync() 62Handles _webClient.DownloadFileCompleted 86Handles _webClient.DownloadProgressChanged 97Handles _webClient.UploadFileCompleted 121Handles _webClient.UploadProgressChanged 155Debug.Assert(_webClient IsNot Nothing, $"No {NameOf(_webClient)}") 163_webClient.DownloadFileAsync(address, destinationFileName) 167_webClient.DownloadFile(address, destinationFileName) 185Debug.Assert(_webClient IsNot Nothing, $"No {NameOf(_webClient)}") 192_webClient.UploadFileAsync(address, sourceFileName) 198_webClient.UploadFile(address, sourceFileName)