CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Wininet http

搜索资源列表

  1. ryeolhttpclient_src

    1下载:
  2. CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:75003
    • 提供者:严锐
  1. asynchttp

    0下载:
  2. 异步控制wininet,实现http下载
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:3033
    • 提供者:liping
  1. Vb_wininet

    1下载:
  2. vb 调用wininet 实现http下载
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:4022
    • 提供者:liping
  1. HttpAndFtpTest

    0下载:
  2. 关于wininet用于FTP,HTTP通讯方面的总结,和不同函数和协议之间的测试比较。想了解wininet的用法,看看该工程的代码就可以了。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:18329
    • 提供者:胡振勇
  1. GenericHTTPClient

    0下载:
  2. 使用wininet封装的类,实现了HTTP协议的GET POST PUT报文,同时可以接收服务器的响应报文。提供了具体的使用例子。 -This class is used for HTTP REQUEST. It supports HTTP GET, HTTP POST and HTTP POST-MultiPartFormData
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:6966
    • 提供者:王东东
  1. ehttp

    0下载:
  2. 易语言实现 HTTP访问 利用WININET模块-Yi language HTTP access
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-04-01
    • 文件大小:6614
    • 提供者:liyuanjun
  1. lyoulhttpclient

    0下载:
  2. CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-16
    • 文件大小:1367469
    • 提供者:王波
  1. GetWANIP

    0下载:
  2. This an example of how to get your WAN IP with C++, the wininet-Functions and http://checkip.dyndns.org/.-This is an example of how to get your WAN IP with C++, the wininet-Functions and http://checkip.dyndns.org/.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:913079
    • 提供者:netcat
  1. winInetInternet

    0下载:
  2. 调用wininet类集进行Internet客户程序开发,作为拥护访问internet的接口,在http,ftp,gopher协议支持下,从internet上响应的服务器获取资源-Cluster wininet call customers to Internet development, as access to internet interface support in the http, ftp, gopher protocol support, the response from the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:44032
    • 提供者:kitty
  1. WM6.0_Httpdownload

    0下载:
  2. 在windows mobile6.0下调试通过的http下载,使用wininet api实现,请关注http.h和http.cpp。-Debugging windows mobile6.0 in the http download through the use of wininet api to achieve, please take heed of http.h and http.cpp.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-10
    • 文件大小:2418163
    • 提供者:crack
  1. GetHttpFile

    0下载:
  2. 使用WinInet通过HTTP协议读取网上文件-HTTP protocol through the use of WinInet to read online documents
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:33359
    • 提供者:LJ
  1. UrlExplr_src

    0下载:
  2. 提取URL网页缓存记录,通过winet库接口调用,FindFirst返回一个句柄,FindNext返回下一个,直到所有返回完为止。-My desire to create a one button solution to blow away all files left on my machine from my browser lead me down the path of the URL Cache. This seems to be the place where all interne
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:26273
    • 提供者:老板
  1. WEBCOPY

    0下载:
  2. 通过WEB 复制文件的DELPHI 控件-TMS.WEBCOPY.1.6.DelphiRetail-SKYDANCER Supplier : Team SKYDANCER Rlz date : 01/10/2006 Packager : Team SKYDANCER Archives : 01x0.5mb Cracker : non Protec. : non
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:27247
    • 提供者:newsun
  1. hsrex

    0下载:
  2. 用http的put协议上传的例子第一步就是需要在iis管理器里面设置“写”权限,可以是根目录,也可以是虚拟目录 第二步就是需要在放上传文件的那个目录的NTFS权限设置中,添加IU_USER(Internet匿名访问用户)的写权限。 -利用winInet实现文件上传到HTTP服务器
  3. 所属分类:Web Server

    • 发布日期:2017-04-03
    • 文件大小:3225
    • 提供者:fp
  1. httpc

    0下载:
  2. http客户机WinInet函数专门在与服务器连接时使用,客户机向http服务器发出请求时,要建立很多操作,但首先要进行http请求,这段代码,说的就是请求连接-http
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1716
    • 提供者:晓晓
  1. FastDown1.1

    0下载:
  2. 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3208223
    • 提供者:shao youde
  1. GetHttpFile

    0下载:
  2. vc 使用WinInet通过HTTP协议读取网上文件\GetHttpFile的程序源码,有兴趣的朋友学习一下。-vc use WinInet to read online via the HTTP protocol file \ GetHttpFile the program source code, friends who are interested to learn about.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-06-30
    • 文件大小:26624
    • 提供者:潘晨光
  1. GetHttpFile

    0下载:
  2. vc——使用WinInet通过HTTP协议读取网上文件\GetHttpFile-vc- use WinInet to read online via the HTTP protocol file \ GetHttpFile
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:53072
    • 提供者:曹秀英
  1. GetHttpFile

    0下载:
  2. vc——使用WinInet通过HTTP协议读取网上文件\GetHttpFile的程序源码,值得一看!-vc- use WinInet to read online via the HTTP protocol file \ GetHttpFile the program source code, worth a visit!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:53294
    • 提供者:
  1. MyBrowser

    0下载:
  2. 这是一个通过MFC WinInet类实现的HTTP客户程序-This is a HTTP client program implemented by the MFC WinInet classes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:45571
    • 提供者:徐水军
« 1 2 34 »
搜珍网 www.dssz.com