CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - webclient

搜索资源列表

  1. 用Visual Csharp实现文件下载

    0下载:
  2. 使用WebClient类和FileStream类实现文件下载-use WebClient class FileStream class and download files
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.82kb
    • 提供者:刘洋
  1. WebClientTest

    0下载:
  2. WebClient检测网站工具 需.net2.0支持-WebClient detection web site tools required. Net2.0 support! !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12.93kb
    • 提供者:7421021
  1. C#中用WebClient类编写整站下载软件

    0下载:
  2. 用c#编写的下载整个网站的代码
  3. 所属分类:C#编程

    • 发布日期:2011-09-12
    • 文件大小:25.05kb
    • 提供者:fy2010
  1. c2008_HTTP.rar

    0下载:
  2. C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。那么我们要对服务器提交POST方法那么就必须使用其UploadData()方法才行。首先把要请求的信息先转换为字节(因为POST提交的是字符的流数据),然后再做为UploadData()的参数。使用UploadData()进行数据提交,最后返回,POST的回馈信息。如下: ,C# Lane System.Web to provide a space called t
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:7.99kb
    • 提供者:lanzyer
  1. multirequesttest

    0下载:
  2. c#写的测试多线程获取网页的源码,使用Webclient异步获取!-uses webclient to get html pages with multi threads
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:47.8kb
    • 提供者:john
  1. WebClient_Timeout

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:4.88kb
    • 提供者:小志
  1. webclient-

    0下载:
  2. 文件下载器webclient,可隐藏窗体hide,使用热键ctrl+1恢复窗体hotkey-File downloader webclient, to hide the form hide, restore form to use hotkey hotkey ctrl+1
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:6.09kb
    • 提供者:杨俊
  1. WinFrom--WebClient

    0下载:
  2. WinFrom通过WebClient上传下载文件-II GHIDA
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5.61kb
    • 提供者:叶枫
  1. DownloadFileFromWeb

    0下载:
  2. 这段代码演示如何使用C#中的URI类和WebClient类从网络上下载一个文件。这是常用的三种方法之一。-This demo shows how to use class URI and class WebClient in C# to download a file from web site.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12.35kb
    • 提供者:Luke
  1. WebClient-download

    0下载:
  2. 一个非常好的网络下载器的源码,对初学的朋友很于帮助-A very good network to download the source code, is on helping the beginner friends. . .
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:25.9kb
    • 提供者:哈哈
  1. WebInternet

    0下载:
  2. 这里有两个功能相似的例子,前一个使用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
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:180.51kb
    • 提供者:哈哈
  1. Update

    0下载:
  2. 基于webClient的程序下载更新的源码加demo-Update and demo
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:57.39kb
    • 提供者:
  1. heimaoseo

    0下载:
  2. 可以用来批量检测指定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
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:88.65kb
    • 提供者:赵坤东
  1. websourcedown

    0下载:
  2. Visual C#实现网页源代码下载程序,也就是将“查看源代码”里面的完整代码下载保存成文件。在输入下载地址的时候,如果不是以 "http://" 开始,则会在网址前面自动添加"http://",利用webClient.DownloadFile方法实现文件下载,本下载是网络上基本的下载程序,是在网络稳定的状况下使用的,没有下载进度条和断点续传-Visual C# to achieve web page source code download, which is the complete cod
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:8.45kb
    • 提供者:gpudn13
搜珍网 www.dssz.com