搜索资源列表
ftp_WinInet
- 用VC.NET中的WININET协议开发的FTP上传工具-VC.NET with the development agreement WININET FTP upload tools
Wininet_SSL_Certificate_src
- 一个使用Wininet连接HTTPS server的程序,发送用户证书并获取response-Wininet use of a connecting HTTPS server procedures, Send user certificates and gain response
WininetDown
- 高性能http下载类,可以模拟Useragent和Cookie -Http download high-performance category, can simulate the UserAgent and Cookie
Vb_wininet
- vb 调用wininet 实现http下载-vb call wininet achieve http download
WinInet
- 用WinInet开发Internet客户端应用指南---为了开发Internet客户端程序。MFC类库提供了专门的 Win32 Internet 扩展接口,也就是WinInet。MFC将WinInet封装在一个标准的、易于使用的类集合中。在编写WinInet客户端程序时,你既可以直接调用 Win32函数,也可以使用WinInet类库。-Development of Internet use WinInet client applicat
hook_wininet_Source
- 一个很好的hook wininet api的示例程序。很好的演示了本进程hook技术,及关于http请求和响应数据的提取的相关技术。完整vc++工程,可直接编译运行。-a very good demo of hook wininet api,there is a good demostration of how to hook a in-process api.