downloadfile method question

  • Thread starter Thread starter LT
  • Start date Start date
L

LT

Is the "downloadfile" method for the webclient class a "serial" method which
doesn't return until it's done or is it "threaded" and asychronous? I am
downloading a file and then need to copy it to another directory after the
download is complete-- is there a way to determine if the download is
complete? Since I don't see any facility for doing this I'm under the
impression that the method is synchronous.

Thanks for any and all assistance.
LT
 
Hi LT,

The "downloadfile" method for the webclient class is synchronous, i.e. it
is a "serial" method which doesn't return until it's done.

Best regards
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
--------------------
 
Back
Top