苏飞论坛

标题: Htttphelper万能框架更新到V1.9.0.8版本 [打印本页]

作者: 站长苏飞    时间: 2016-12-5 08:56
标题: Htttphelper万能框架更新到V1.9.0.8版本
           却能问题如下


//1.ResultCookieType.CookieContainer增加多纬度Cookie参数
            //2.Expect100Continue默认值由True修改为False


1.增加一个属性CookieContainer 可以让大家更自由的来处理Cookie


代码如下
[C#] 纯文本查看 复制代码
  HttpHelper http = new HttpHelper();
            HttpItem item = new HttpItem()
            {
                URL = "http://www.sufeinet.com",//URL     必需项
                Method = "GET",//URL     可选项 默认为Get
                ResultCookieType = ResultCookieType.CookieContainer,
                CookieContainer = new CookieContainer()//实际大家要写成自己的Cookie
            };
            HttpResult result = http.GetHtml(item);
            string html = result.Html;
            string cookie = result.Cookie;


2.Expect100Continue默认值由True修改为False
这个要感觉这位楼主的提醒http://www.sufeinet.com/thread-17954-1-1.html


好了更新就到这里,大家快去下载吧http://www.sufeinet.com/thread-9926-1-1.html


作者: 客服~小小    时间: 2016-12-5 09:20
又更新了,好利害的样子
作者: songwenqi    时间: 2016-12-5 09:30
强烈支持楼主ing……
作者: heimao2001    时间: 2016-12-5 11:38
强烈支持楼主ing……
作者: 小哲    时间: 2016-12-6 01:16
CookieContainer之前我也提过,两个建议都归我了
http://www.sufeinet.com/thread-17718-1-1.html
不错现在可以使用Cookie对象自动维护Cookie了
作者: ching126    时间: 2016-12-6 15:10
强烈支持楼主ing……
作者: mbn130    时间: 2016-12-29 17:45
之前用的时候,就有CookieContainer 的问题,,
这样挺好,省得我又多转换一次了,





欢迎光临 苏飞论坛 (http://www.sufeinet.com/) Powered by Discuz! X3.4