下载在C#中分离像IDM这样的文件 [英] download parting the files like IDM in C#

查看:75
本文介绍了下载在C#中分离像IDM这样的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何创建像IDM这样的porogram?

How to create a porogram like IDM?

推荐答案



来自

HttpWebRequest类
[ ^ ]


From
HttpWebRequest Class
[^]



GetResponse方法对RequestUri属性中指定的资源

发出同步请求,并返回HttpWebResponse

包含响应。您可以使用BeginGetResponse和EndGetResponse方法向资源发出异步请求。


The GetResponse method makes a synchronous request to the resource
specified in the RequestUri property and returns an HttpWebResponse
that contains the response. You can make an asynchronous request to
the resource using the BeginGetResponse and EndGetResponse methods.



希望有所帮助。


Hope that helps.


这篇关于下载在C#中分离像IDM这样的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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