搜索资源列表
CheckDomain
- 通过webrequest,webresponse 检查各域名注册状态-Through webrequest, webresponse check the status of domain name registration
2009_4_CookieManager
- CookieManager 提供 CookieHandler 的具体实现,它将 cookie 的存储区与围绕接受和拒绝 cookie 的策略分离开来。使用管理存储的 CookieStore 以及做出 cookie 接受/拒绝决策的 CookiePolicy 对象来初始化 CookieManager。 -/*******************************************************************
multiThread
- 实现用多线程下载网络资源,并对下载的文件进行合并。使用HttpWebRequest/WebResponse作为主要方法。-Implementation of network resources using multi-threaded downloads, and download the file to merge. Using the HttpWebRequest/WebResponse as the main method.
WebInternet
- 这里有两个功能相似的例子,前一个使用WebClient实现,后一个使用WebRequest类和WebResponse类配合实现。讲解第2个例子的时候,要注意,WebRequest类和WebResponse类都是抽象类。-There are two functions similar to the example, the first to use the WebClient implementation, a WebRequest cl