文件名称:HttpHelperV1.9.0.6
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-09-02
- 文件大小:
- 67kb
- 下载次数:
- 0次
- 提 供 者:
- wa***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
HttpHelper可以非常方便的实现Http协议的GET和POST请求、自动识 别编码、无视证书、优化Cookie、可以很方便的设置Cookie,Header,证书,代理等问题, 编码问题您不用做任何处理,因为类会自动为您识别网页的编码。
我相信不会有人比我更了解Httphelper了,因为它就是我写的,他的灵魂和精要我最了解!
现在,我将HttpHelper类改成一个类库,从收集、汇总、改写、优化、创新等方面进行全方位整合改编得到一个框架。 这就是我所 说的万能框架 [ 而Httphelper类依然开源,免费 ] ,这将是一个全新的模式,更强大的功能组合,所有相关Httphelper操作都会逐步加入 。
年内我们准备集成的有:HTML分析、验证码获取、302跳转提取、Cookie分析互转、Json数据分析、各种加密方法直接使用、Url格式化、JS执行、代理IP、Https带证书访问,详情请看主页的特色功能,每个月都有惊喜更新!-HttpHelper HttpHelper can be very convenient to realize automatic the GET and POST requests, the Http protocol Don t coding, ignoring the certificate, optimization of cookies, can easily setting cookies, headers, certificates, agency problems, such as coding problem you don t have to do any processing, because the class will automatically identify web page code for you.
我相信不会有人比我更了解Httphelper了,因为它就是我写的,他的灵魂和精要我最了解!
现在,我将HttpHelper类改成一个类库,从收集、汇总、改写、优化、创新等方面进行全方位整合改编得到一个框架。 这就是我所 说的万能框架 [ 而Httphelper类依然开源,免费 ] ,这将是一个全新的模式,更强大的功能组合,所有相关Httphelper操作都会逐步加入 。
年内我们准备集成的有:HTML分析、验证码获取、302跳转提取、Cookie分析互转、Json数据分析、各种加密方法直接使用、Url格式化、JS执行、代理IP、Https带证书访问,详情请看主页的特色功能,每个月都有惊喜更新!-HttpHelper HttpHelper can be very convenient to realize automatic the GET and POST requests, the Http protocol Don t coding, ignoring the certificate, optimization of cookies, can easily setting cookies, headers, certificates, agency problems, such as coding problem you don t have to do any processing, because the class will automatically identify web page code for you.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CsharpHttpHelper
................\Base
................\....\HttphelperBase.cs
................\BaseBll
................\.......\HttpHelperBll.cs
................\CsharpHttpHelper.csproj
................\Enum
................\....\AType.cs
................\....\PostDataType.cs
................\....\ResultCookieType.cs
................\....\ResultType.cs
................\Helper
................\......\Base64Helper.cs
................\......\EncodingHelper.cs
................\......\ExecJsHelper.cs
................\......\HtmlHelper.cs
................\......\HttpCookieHelper.cs
................\......\HttpUrlHelper.cs
................\......\ImageHelper.cs
................\......\JsonHelper.cs
................\......\MD5Helper.cs
................\HttpHelper.cs
................\HttpItem.cs
................\HttpResult.cs
................\Item
................\....\AItem.cs
................\....\ImgItem.cs
................\Properties
................\..........\AssemblyInfo.cs
................\Static
................\......\RegexString.cs
CsharpHttpHelper.sln
CsharpHttpHelper_Demo
.....................\CsharpHttpHelper_Demo.csproj
.....................\HttpCertificate_Demo.aspx
.....................\HttpCertificate_Demo.aspx.cs
.....................\HttpCertificate_Demo.aspx.designer.cs
.....................\HttpCookieCollection_Demo.aspx
.....................\HttpCookieCollection_Demo.aspx.cs
.....................\HttpCookieCollection_Demo.aspx.designer.cs
.....................\HttpGet_Demo.aspx
.....................\HttpGet_Demo.aspx.cs
.....................\HttpGet_Demo.aspx.designer.cs
.....................\HttpHeader_Demo.aspx
.....................\HttpHeader_Demo.aspx.cs
.....................\HttpHeader_Demo.aspx.designer.cs
.....................\HttpHtml_Demo.aspx
.....................\HttpHtml_Demo.aspx.cs
.....................\HttpHtml_Demo.aspx.designer.cs
.....................\HttpImage_Demo.aspx
.....................\HttpImage_Demo.aspx.cs
.....................\HttpImage_Demo.aspx.designer.cs
.....................\HttpJs_Demo.aspx
.....................\HttpJs_Demo.aspx.cs
.....................\HttpJs_Demo.aspx.designer.cs
.....................\HttpJson_Demo.aspx
.....................\HttpJson_Demo.aspx.cs
.....................\HttpJson_Demo.aspx.designer.cs
.....................\HttpLocation_Demo.aspx
.....................\HttpLocation_Demo.aspx.cs
.....................\HttpLocation_Demo.aspx.designer.cs
.....................\HttpMD5_Demo.aspx
.....................\HttpMD5_Demo.aspx.cs
.....................\HttpMD5_Demo.aspx.designer.cs
.....................\HttpPost_Demo.aspx
.....................\HttpPost_Demo.aspx.cs
.....................\HttpPost_Demo.aspx.designer.cs
.....................\HttpProxy_Demo.aspx
.....................\HttpProxy_Demo.aspx.cs
.....................\HttpProxy_Demo.aspx.designer.cs
.....................\HttpStringCookie_Demo.aspx
.....................\HttpStringCookie_Demo.aspx.cs
.....................\HttpStringCookie_Demo.aspx.designer.cs
.....................\HttpUrl_Demospx.aspx
.....................\HttpUrl_Demospx.aspx.cs
.....................\HttpUrl_Demospx.aspx.designer.cs
.....................\Index.aspx
.....................\Index.aspx.cs
.....................\Index.aspx.designer.cs
.....................\Properties
.....................\..........\AssemblyInfo.cs
.....................\Text.aspx
.....................\Text.aspx.cs
.....................\Text.aspx.designer.cs
.....................\Web.Debug.config
.....................\Web.Release.config
.....................\Web.config
.....................\test.js
trunk