资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
namespace WebClientDemo
{
internal class DownloadManager
{
private Stopwatch _downloadStopWatch = null;
private int _currentDownloadTotalBytes = 0;
private int _currentDownloadBytesSinceStopWatch = 0;
private bool _cancelDownload = false;
private BackgroundWorker _bgWorker = null;
private static readonly int BufferSize = 32768;
/*****************请让用户来设置这些信息*******************/
private static string UserProxyAddress = ““;
private static string ProxyUserName = ““;
private static string ProxyUserPasswd = ““;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-05-30 10:06 bin\
目录 0 2017-05-30 10:08 bin\Debug\
文件 18432 2017-05-30 10:07 bin\Debug\WebClientDemo.exe
文件 46592 2017-05-30 10:07 bin\Debug\WebClientDemo.pdb
文件 22688 2017-05-30 10:07 bin\Debug\WebClientDemo.vshost.exe
文件 490 2016-07-16 19:44 bin\Debug\WebClientDemo.vshost.exe.manifest
文件 8232 2016-04-10 14:48 DownloadManager.cs
文件 3261 2016-04-10 14:47 DownloadProcessForm.cs
文件 3850 2016-04-10 14:21 DownloadProcessForm.Designer.cs
文件 5817 2016-04-10 14:21 DownloadProcessForm.resx
文件 548 2016-03-28 11:49 Form1.cs
文件 2131 2016-03-28 11:49 Form1.Designer.cs
文件 5817 2016-03-28 11:49 Form1.resx
文件 1273 2016-04-10 14:39 Log.cs
文件 4842 2016-04-10 11:58 MyWebClient.cs
目录 0 2017-05-30 10:06 obj\
目录 0 2017-05-30 10:07 obj\Debug\
文件 6908 2017-05-30 10:06 obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2017-05-30 10:06 obj\Debug\TempPE\
文件 916 2017-05-30 10:07 obj\Debug\WebClientDemo.csproj.FileListAbsolute.txt
文件 1084 2017-05-30 10:07 obj\Debug\WebClientDemo.csproj.GenerateResource.Cache
文件 2210 2017-05-30 10:07 obj\Debug\WebClientDemo.csprojResolveAssemblyReference.cache
文件 180 2017-05-30 10:07 obj\Debug\WebClientDemo.DownloadProcessForm.resources
文件 18432 2017-05-30 10:07 obj\Debug\WebClientDemo.exe
文件 180 2017-05-30 10:07 obj\Debug\WebClientDemo.Form1.resources
文件 46592 2017-05-30 10:07 obj\Debug\WebClientDemo.pdb
文件 180 2017-05-30 10:07 obj\Debug\WebClientDemo.Properties.Resources.resources
文件 505 2016-03-28 11:06 Program.cs
目录 0 2016-04-10 14:51 Properties\
文件 1438 2016-03-28 11:06 Properties\AssemblyInfo.cs
文件 2856 2016-03-28 11:06 Properties\Resources.Designer.cs
............此处省略6个文件信息
相关资源
- Hosts文件管理工具
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- 批量陕西音乐广播超级麦克风节目录
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
- ax播放器实现文件拖入播放和拖动到可
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - gif图片转换成jpg文件格式
- C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
评论
共有 条评论