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?
|
|
Try |
||
|
|
|
|
As far as I know, you can't set timeout on webClient. I'd rather use HttpWebrequest instead. |
||
|
|
