ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# QQLite.Framework.Tool.HttpResult 类 ## 注释 ~~~ Http返回参数类 ~~~ ## 语法 ~~~ public class HttpResult ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [CookieList](https://www.kancloud.cn/gxser1986/cqrobot/3016475) | 根据字符生成Cookie列表 | | | [Cookie](https://www.kancloud.cn/gxser1986/cqrobot/3016476) | Http请求返回的Cookie | | | [CookieCollection](https://www.kancloud.cn/gxser1986/cqrobot/3016477) | Cookie对象集合 | | | [Html](https://www.kancloud.cn/gxser1986/cqrobot/3016478) | 返回的String类型数据 只有ResultType.String时才返回数据,其它情况为空 | | | [ResultByte](https://www.kancloud.cn/gxser1986/cqrobot/3016479) | 返回的Byte数组 只有ResultType.Byte时才返回数据,其它情况为空 | | | [Header](https://www.kancloud.cn/gxser1986/cqrobot/3016480) | header对象 | | | [StatusDescription](https://www.kancloud.cn/gxser1986/cqrobot/3016481) | 返回状态说明 | | | [StatusCode](https://www.kancloud.cn/gxser1986/cqrobot/3016482) | 返回状态码,默认为OK | | | [ResponseUri](https://www.kancloud.cn/gxser1986/cqrobot/3016483) | 最后访问的URl | | | [RedirectUrl](https://www.kancloud.cn/gxser1986/cqrobot/3016484) | 获取重定向的URl | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [GetCookieValue](https://www.kancloud.cn/gxser1986/cqrobot/3016486) | 根据Key值得到Cookie值,Key不区分大小写 |