2 years ago

#75675

test-img

JTB_Games

webclient calls callback before completion c#

Webclient.DownloadFileAsync calls the callback function before the file is completely downloaded.

webClient.DownloadFileCompleted += new AsyncCompletedEventHandler(DownloadGameCompletedCallback);
            webClient.DownloadFileAsync(new Uri("i dont want to leak game but link is here"), gameZip, _onlineVersion);

c#

webclient

0 Answers

Your Answer

Accepted video resources