المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Asynchronous downloading in C# [modified]



C# Programming
05-01-2010, 01:30 PM
In C#, is there a simple way to resume an download over http, transparantly?

For example, i call a function to download a file x to drive c:. In the middle of the operation, I close the downloading program. The program would abort the transfer, but not delete the partially downladed file x.

I start the program, and once again call the function to download the same file x to driver c:. The function would realize that there is already a part of file x present on drive c: and then resume the download.

Can any one help me???

Thanking U,
Sunil G.
modified on Saturday, May 1, 2010 4:38 AM