我正在使用简单的webClient从网上下载一些图片。这个过程适用于大多数情况,但是我正在尝试的一些图像会出现一些错误。
WebClient webClient = new WebClient();
webClient.DownloadFile(orig_file, filePath);
http://www.robertdyas.co.uk/sites/rdmainv4.57/productimages/500x500f/162234.jpg - 远程服务器返回错误:(405)Method Not Allowed。
http://www.moneysupermarket.com/deals/CampaignImage/Detail/9995?width=615&height=335 - 收到超时异常 - 这包含“内容处理:附件”;在浏览器中查看图像时自动下载文件的标题。
对于我如何解决上述问题的任何见解将不胜感激。