我怎样才能创建一个下载者 [英] How can i Create A Downloder

查看:60
本文介绍了我怎样才能创建一个下载者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Guys,其实我想在C#.Net中创建一个文件下载器,就像IDM一样。想要知道哪种技术,使用哪些概念..

解决方案

对于c#你可以使用



 WebClient wc =  Webclient(); 
wc.DownloadFile( string adress, string savelocation);


你可以下载文件 - >它还有一个异步方法
有很多东西你可以





GL HF:)


这是一篇不错的文章,请查看这个

Downloader Application [ ^ ]


请参阅此链接



C#中的下载程序 [ ^ ]



问候.. :)

Hello Guys, Actually I want To Create A File Downloader Like IDM or etc In C#.Net So Want To Know Which Technology,Which Concepts are used in them ..

解决方案

for c# u can use

WebClient wc = new Webclient();
wc.DownloadFile(string adress, string savelocation);


with that you can download Files -> it also has an asynchron Method
there are many things you can do with that.



GL HF :)


this is a nice article, check this
Downloader Application[^]


Refer this link

Downloader in C#[^]

Regards..:)


这篇关于我怎样才能创建一个下载者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆