在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
今天很SB,被这个问题卡住了。那段代码也是网上找的。结果发现只能下载一个文件,第二次下载的时候就会出现“操作超时”的问题。
这个是原代码: System.Net.WebClient wc = new System.Net.WebClient(); wc.OpenRead("http://patrickkroft.com/mp3/Pearl.mp3"); Int64 bytes_total= Convert.ToInt64(wc.ResponseHeaders["Content-Length"]) MessageBox.Show(bytes_total.ToString() + " Bytes");
System.Net.WebClient wc = new System.Net.WebClient(); Stream stream = wc.OpenRead(folderEntity.URI);
|
请发表评论