C#下载文件显示下载进度及速度

上传者: madrabox | 上传时间: 2021-06-10 14:58:22 | 文件大小: 30KB | 文件类型: ZIP
C#下载文件 显示下载进度及速度 /// 开启界面刷新计时器 (不使用线程,防止阻塞造成界面刷新不及时) timer1.Enabled = true; try { WebRequest httpRequest = WebRequest.Create(tbFile.Text.Trim()); httpResponse = httpRequest.GetResponse(); pbDown.Maximum = (int)httpResponse.ContentLength; } catch (Exception _ex) { MessageBox.Show(_ex.Message); lbInfo.Text = "点击按钮开始下载"; btnDownload.Enabled = true; return; } timeStart = DateTime.Now; /// 开启文件本地保存流 fileStream = new FileStream(tbFile.Text.Split('/').Last(), FileMode.OpenOrCreate, FileAccess.Write); /// 开启下载进程 downloadThread = new Thread(new ThreadStart(downloadFile)); downloadThread.IsBackground = true; downloadThread.Start();

文件下载

资源详情

[{"title":"( 20 个子文件 30KB ) C#下载文件显示下载进度及速度","children":[{"title":"download","children":[{"title":"download.suo <span style='color:#111;'> 17.50KB </span>","children":null,"spread":false},{"title":"download","children":[{"title":"Program.cs <span style='color:#111;'> 492B </span>","children":null,"spread":false},{"title":"obj","children":[{"title":"x86","children":[{"title":"Debug","children":[{"title":"download.Properties.Resources.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"ResGen.write.1.tlog <span style='color:#111;'> 796B </span>","children":null,"spread":false},{"title":"download.csproj.FileListAbsolute.txt <span style='color:#111;'> 614B </span>","children":null,"spread":false},{"title":"ResGen.read.1.tlog <span style='color:#111;'> 3.94KB </span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'> 5.92KB </span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"download.MainForm.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"download.exe <span style='color:#111;'> 12.00KB </span>","children":null,"spread":false},{"title":"download.pdb <span style='color:#111;'> 25.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"MainForm.resx <span style='color:#111;'> 5.87KB </span>","children":null,"spread":false},{"title":"MainForm.Designer.cs <span style='color:#111;'> 5.11KB </span>","children":null,"spread":false},{"title":"download.csproj <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false},{"title":"MainForm.cs <span style='color:#111;'> 3.92KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"download.sln <span style='color:#111;'> 866B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • vbks :
    可以借鉴,这个代码太久远了
    2018-06-01
  • lijinlin :
    不错,学习了
    2018-01-20
  • xiaojie449 :
    非常好的东西,很高的学习价值
    2017-06-09
  • yzbyjwzjz :
    可以使用,不过是winform窗体程序,不是我想要的网站程序
    2016-11-07
  • haonan_dragon :
    啦啦啦 不错 哈哈哈挺好用的
    2016-05-30

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明