码迷,mamicode.com
首页 > Web开发 > 详细

WebClient下载文件

时间:2018-11-02 16:36:04      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:ring   cli   image   filename   http   web   logs   sys   add   

 

public void DownDile(string url)
{

WebClient client = new WebClient();

string URLAddress = @"https://www.cnblogs.com/images/cnblogs_com/1439107348s/1295915/o_%e5%ad%a4%e7%8b%ac%e7%9a%84%e5%b7%a1%e7%a4%bc.jpg"; 

string receivePath = @"E:\360ALl";
var downx= receivePath+@"\"+ System.IO.Path.GetFileName(URLAddress);
client.DownloadFile(URLAddress,downx);

}

WebClient下载文件

标签:ring   cli   image   filename   http   web   logs   sys   add   

原文地址:https://www.cnblogs.com/1439107348s/p/9896880.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!