vote up 2 vote down star
1

I'm using webClient.DownloadFile() to download a file can I set a timeout for this so that it won't take so long if it can't access the file?

flag

2 Answers

vote up 1 vote down check

Try WebClient.DownloadFileAsync(). You can call CancelAsync() by timer with your own timeout.

link|flag
vote up 0 vote down

As far as I know, you can't set timeout on webClient. I'd rather use HttpWebrequest instead.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.