搜索资源列表
用Visual Csharp实现文件下载
- 使用WebClient类和FileStream类实现文件下载-use WebClient class FileStream class and download files
WebClientTest
- WebClient检测网站工具 需.net2.0支持-WebClient detection web site tools required. Net2.0 support! !
C#中用WebClient类编写整站下载软件
- 用c#编写的下载整个网站的代码
c2008_HTTP.rar
- C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。那么我们要对服务器提交POST方法那么就必须使用其UploadData()方法才行。首先把要请求的信息先转换为字节(因为POST提交的是字符的流数据),然后再做为UploadData()的参数。使用UploadData()进行数据提交,最后返回,POST的回馈信息。如下: ,C# Lane System.Web to provide a space called t
multirequesttest
- c#写的测试多线程获取网页的源码,使用Webclient异步获取!-uses webclient to get html pages with multi threads
WebClient_Timeout
- Webclient在下载请求时无法设置请求超时时间和请求读写超时时间。WebClient在异步下载时遇到网络不通等问题时没有响应超时造成app挂起。-Webclient request can not be set in the download time and request to read and write request timeout timeout. WebClient in asynchronous download problems encountered when the n
webclient-
- 文件下载器webclient,可隐藏窗体hide,使用热键ctrl+1恢复窗体hotkey-File downloader webclient, to hide the form hide, restore form to use hotkey hotkey ctrl+1
WinFrom--WebClient
- WinFrom通过WebClient上传下载文件-II GHIDA
DownloadFileFromWeb
- 这段代码演示如何使用C#中的URI类和WebClient类从网络上下载一个文件。这是常用的三种方法之一。-This demo shows how to use class URI and class WebClient in C# to download a file from web site.
WebClient-download
- 一个非常好的网络下载器的源码,对初学的朋友很于帮助-A very good network to download the source code, is on helping the beginner friends. . .
WebInternet
- 这里有两个功能相似的例子,前一个使用WebClient实现,后一个使用WebRequest类和WebResponse类配合实现。讲解第2个例子的时候,要注意,WebRequest类和WebResponse类都是抽象类。-There are two functions similar to the example, the first to use the WebClient implementation, a WebRequest class and WebResponse classes wi
Update
- 基于webClient的程序下载更新的源码加demo-Update and demo
heimaoseo
- 可以用来批量检测指定URL是否存在某些字符,原理代码都很简单,WebClient获取到指定URL的HTML源码,之后string.Contains来判断是否存在特定字符,其中用到了多线程,新手可以学习下怎么自定义线程数-Batch testing can be used to specify the URL or absence of certain characters, the principle of the code is very simple, WebClient get the H
websourcedown
- Visual C#实现网页源代码下载程序,也就是将“查看源代码”里面的完整代码下载保存成文件。在输入下载地址的时候,如果不是以 "http://" 开始,则会在网址前面自动添加"http://",利用webClient.DownloadFile方法实现文件下载,本下载是网络上基本的下载程序,是在网络稳定的状况下使用的,没有下载进度条和断点续传-Visual C# to achieve web page source code download, which is the complete cod