标题:怎样实现下载文件?
只看楼主
xupeng
Rank: 1
等 级:新手上路
帖 子:4049
专家分:0
注 册:2006-2-12
得分:0 
能否给个代码看看啊!

反清复明 http://xupeng.
2006-07-11 09:59
十一月天
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:10
帖 子:3030
专家分:0
注 册:2006-4-19
得分:0 
string url = "http://localhost:101/interface.txt";";
StreamReader fileReader = null;
try
{
DiscoveryClientProtocol myDiscovery = new DiscoveryClientProtocol();
Stream fileStream = myDiscovery.Download(ref url);
fileReader = new StreamReader(fileStream, Encoding.GetEncoding(936));
}
catch
{
Application.Exit();
}

当头晕的时候我终于明白了什么叫爱情。
2006-07-11 11:08



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-77518-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022632 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved