public static bool Down_Load_Image(string url, string filePath)
{
try
{
DateTime now_dt = DateTime.Now;
WebClient client = new WebClient();
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | (SecurityProtocolType)0x300 | (SecurityProtocolType)0xc00;
//client.Proxy = null;
byte[] data = client.DownloadData(url);
FileStream fs = new FileStream(filePath, FileMode.Create);
fs.Write(data, 0, data.Length);
fs.Dispose();
fs.Close();
TimeSpan ts = DateTime.Now - now_dt;
return true;
}
catch (Exception ex)
{
return false;
}
}
相关文章
- 12-09webapi 实现上传图片到服务器端并返回路径
- 12-092019.06.05 ABAP EXCEL 操作类代码 OLE方式(模板下载,excel上传,内表下载)
- 12-09Github访问加速优化工具-无需FW就可以享受高速访问和下载
- 12-09识别图片中的文字
- 12-09python中按照命名顺序读取图片
- 12-09vue项目中使用element ui上传图片到七牛
- 12-09Ueditor 自动设置上传图片的宽度或高度
- 12-09简约房价牌怎么压缩图片
- 12-09【树莓派】配置transission实现BT下载
- 12-09AUTO uninstaller 密钥/激活码/破解/注册机 ver 8.9.05 资源下载【转载】