1 write to _webClient
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
37_webClient = client
11 references to _webClient
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (11)
52_webClient.CancelAsync() 61Handles _webClient.DownloadFileCompleted 85Handles _webClient.DownloadProgressChanged 96Handles _webClient.UploadFileCompleted 120Handles _webClient.UploadProgressChanged 154Debug.Assert(_webClient IsNot Nothing, $"No {NameOf(_webClient)}") 162_webClient.DownloadFileAsync(address, destinationFileName) 166_webClient.DownloadFile(address, destinationFileName) 184Debug.Assert(_webClient IsNot Nothing, $"No {NameOf(_webClient)}") 191_webClient.UploadFileAsync(address, sourceFileName) 195_webClient.UploadFile(address, sourceFileName)