文件名称:CAsyHttpCommunication
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 史**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用c++封装的一个异步http通讯类
其中RunDownloadFile()方法为异步下载
RunUploadFile()为异步上传
使用时创建类的实例(注意传入参数),直接调用上述两个方法即可完成响应操作
-C++ package with an asynchronous http communications which RunDownloadFile () method is asynchronous download RunUploadFile () when used for asynchronous upload an instance of the class is created (note the incoming parameters) to directly call these two methods to complete the response operation
其中RunDownloadFile()方法为异步下载
RunUploadFile()为异步上传
使用时创建类的实例(注意传入参数),直接调用上述两个方法即可完成响应操作
-C++ package with an asynchronous http communications which RunDownloadFile () method is asynchronous download RunUploadFile () when used for asynchronous upload an instance of the class is created (note the incoming parameters) to directly call these two methods to complete the response operation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CAsyHttpCommunication.h
CAsyHttpCommunication.cpp
CAsyHttpCommunication.cpp