摘要: 代码:/// /// Http上传文件/// public static string HttpUploadFile(string url, string path){ // 设置参数 HttpWebRequest request = WebRequest.Create(url) as ... 阅读全文
posted @ 2014-11-03 14:47 0611163 阅读(1781) 评论(1) 推荐(1) 编辑
摘要: 代码:/// /// Http下载文件/// public static string HttpDownloadFile(string url, string path){ // 设置参数 HttpWebRequest request = WebRequest.Create(url) a... 阅读全文
posted @ 2014-11-03 14:43 0611163 阅读(736) 评论(1) 推荐(2) 编辑