Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

C# HTTP DownloadASync Timeout returning success

$
0
0

I am downloading a large file and pulling the ethernet cable midway,

Task task = _http.DownloadAsync(url, zipDestination); task.Run();

When finished, task.StatusInt is still returning a value of 7 / Success

Should I be checking something else? Ex BgPercentDone


Viewing all articles
Browse latest Browse all 1061

Trending Articles