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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Try |
|||
|
|
|
My answer comes from here You can make a derived class, which will set the timeout property of the base WebClient class:
and you can use it just like the base WebClient class. |
|||||||||||
|
|
As far as I know, you can't set timeout on |
||||
|
|