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()
62
Handles
_webClient
.DownloadFileCompleted
86
Handles
_webClient
.DownloadProgressChanged
97
Handles
_webClient
.UploadFileCompleted
121
Handles
_webClient
.UploadProgressChanged
155
Debug.Assert(
_webClient
IsNot Nothing, $"No {NameOf(_webClient)}")
163
_webClient
.DownloadFileAsync(address, destinationFileName)
167
_webClient
.DownloadFile(address, destinationFileName)
185
Debug.Assert(
_webClient
IsNot Nothing, $"No {NameOf(_webClient)}")
192
_webClient
.UploadFileAsync(address, sourceFileName)
198
_webClient
.UploadFile(address, sourceFileName)