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()
61
Handles
_webClient
.DownloadFileCompleted
85
Handles
_webClient
.DownloadProgressChanged
96
Handles
_webClient
.UploadFileCompleted
120
Handles
_webClient
.UploadProgressChanged
154
Debug.Assert(
_webClient
IsNot Nothing, $"No {NameOf(_webClient)}")
162
_webClient
.DownloadFileAsync(address, destinationFileName)
166
_webClient
.DownloadFile(address, destinationFileName)
184
Debug.Assert(
_webClient
IsNot Nothing, $"No {NameOf(_webClient)}")
191
_webClient
.UploadFileAsync(address, sourceFileName)
195
_webClient
.UploadFile(address, sourceFileName)