资源简介
自己封装了一个winhttp类,里面包括了获取时间戳,cookie操作。代理操作。头信息操作。返回状态码,post,get,put,图片下载,文档下载,url编码,unicode,ansi转换,utf8编码,等等操作。基本上所有的网络操作都包括了,直接可用。

代码片段和文件信息
#include “StdAfx.h“
#include “Winhttp.h“
// const IID IID_IWinHttpRequest =
// {
// 0x016fe2ec
// 0xb2c8
// 0x45f8
// {0xb2 0x3b 0x39 0xe5 0x3a 0x75 0x39 0x6b}
// };
// const IID IID_IWinHttpRequest =
// {
// 0x06f29373 0x5c5a 0x4b54
// {0xb0 0x25 0x6e 0xf1 0xbf 0x8a 0xbf 0x0e}
// };
CWinhttp::CWinhttp(void)
{
CoInitializeEx(NULL COINIT_MULTITHREADED );
m_pResponseBody = NULL;
const IID IID_IWinHttpRequest =
{
0x06f29373
0x5c5a
0x4b54
{0xb0 0x25 0x6e 0xf1 0xbf 0x8a 0xbf 0x0e}
};
HRESULT hr = m_pHttpReq.CreateInstance(__uuidof(WinHttpRequest));//实例化智能指针
if (m_pHttpReq)
{
//设置为TRUE以启用Passport身份验证支持
COleVariant varTrue = VARIANT_TRUE;
m_pHttpReq->PutOption(WinHttpRequestOption_EnablePassportAuthentication varTrue);
//开启https到http之间的重定向
WinhttpEnableHttpsToHttpRedirects(true);
//使用TLS1协议
//_variant_t val = SslErrorFlag_Ignore_All;
m_pHttpReq->PutOption(WinHttpRequestOption_SslErrorIgnoreFlags SslErrorFlag_Ignore_All);
//使用TLS1协议 需要tls1.2等协议。需要注释掉这里。不在设置协议,
//COleVariant varTLS1 = (long)SecureProtocol_TLS1;
//m_pHttpReq->PutOption(WinHttpRequestOption_SecureProtocols varTLS1);
COleVariant varhttp = VARIANT_TRUE;
m_pHttpReq->PutOption(WinHttpRequestOption_EnableHttp1_1varhttp);
}
}
CWinhttp::~CWinhttp(void)
{
if(m_pResponseBody)
{
delete [] m_pResponseBody;
}
}
//需要访问的网址 method = GET PUT HEAD POST strurl 网址
bool CWinhttp::WinhttpOpen(CString strUrlCString strMethod__ENCODE _codelong nTimer)
{
//if( SUCCEEDED( hr ) ){...} // 如果成功
//if( FAILED( hr ) ){...} // 如果失败
//设置超时 连接超时 发送超时 接收超时
m_encode = _code ; //设置默认解码
m_pHttpReq->SetTimeouts(0 nTimer*1000 nTimer*1000 nTimer*1000);
HRESULT hr = S_FALSE;
try
{
COleVariant varhttp = VARIANT_FALSE;
hr = m_pHttpReq->Open((LPCTSTR)strMethod (LPCTSTR)strUrlvarhttp);
if (FAILED(hr)) {
return false;
}
//插入host先
insterHostHeader(FindString(strUrl_T(“://“)_T(“/“)));
}catch (_com_error &e)
{
_bstr_t bstrErr = e.Description();
//m_strLastError = (LPCTSTR)bstrErr;
return false;
}
return true;
}
// 添加访问网址的头信息
bool CWinhttp::WinhttpInsterHeader(CString strTypeCString strData)
{
//if( SUCCEEDED( hr ) ){...} // 如果成功
//if( FAILED( hr ) ){...} // 如果失败
HRESULT hr = S_FALSE;
try
{
hr =m_pHttpReq->SetRequestHeader((_bstr_t)strType (_bstr_t)strData);
if (FAILED(hr)) {
return false;
}
}catch (_com_error &e)
{
_bstr_t bstrErr = e.Description();
//m_strLastError = (LPCTSTR)bstrErr;
return false;
}
return true;
}
//插入新的cookies信息
bool CWinhttp::WinhttpInsterCookies(CString strData)
{
return WinhttpInsterHeader(_T(“cookie“)strData);
}
// 添加浏览器useragent信息
bool CWinhttp::WinhttpInsterUserAgent(CString strUserAgent)
{
try
{
m_pHttpReq->PutOption(WinHttpRequestOption_UserAgentString(_bstr_t)strUserAgent);
}c
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-04 12:36 winhttp\
文件 30919 2018-09-19 16:38 winhttp\Winhttp1.cpp
文件 5840 2018-09-13 23:54 winhttp\Winhttp1.h
- 上一篇:flex的as3xls读写excel
- 下一篇:DNS发展简介
相关资源
- Histamine excites rat lateral vestibular nucle
- Diltiazem augmented pentobarbital-induced LORR
- 易语言post提交示例
- VC 获得文件属性 获取文件的创建时
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- VC 围棋源代码
- 用VC 编写的基于SNMP的路由器拓扑程序
- 清华大学郑莉C 语言程序设计课件
- ping 程序 C语言
- 操作系统实验综合设计【附代码】
- VC 编程实现活动主机扫描源代码
- vc 编写的基于TCP协议的客户/服务器
- 树状导航菜单的制作
- VC工程转Qt工程文件的工具
- postgresql驱动jar包
- Post Processing Profiles 3.1
- 易语言post登录DZX2论坛读个人资料源码
- 谷歌浏览器插件Postman_4.1.3和安装流程
- Postman for chrome-V5.4.0_0汉化版
- 二进制方式打包和解包文件
- vc写的一个游戏里面三维场景漫游
- Cimatron西门子专用后处理
- Xenocode+Postbuild+2010+for+.NET程序混淆器(
- postman中文文档
评论
共有 条评论