<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                # QQLite.Framework.Tool.HttpItem 類 ## 語法 ~~~ public class HttpItem ~~~ ## 構造函數 | | 名稱 | 說明 | | --- | --- | --- | | | [HttpItem](http://www.hmoore.net/gxser1986/cqrobot/3016435) | | ## 屬性 | | 名稱 | 說明 | | --- | --- | --- | | | [URL](http://www.hmoore.net/gxser1986/cqrobot/3016437) | 請求URL必須填寫 | | | [Method](http://www.hmoore.net/gxser1986/cqrobot/3016438) | 請求方式默認為GET方式,當為POST方式時必須設置Postdata的值 | | | [xMethod](http://www.hmoore.net/gxser1986/cqrobot/3016439) | 請求方式默認為GET方式,當為POST方式時必須設置Postdata的值 | | | [Timeout](http://www.hmoore.net/gxser1986/cqrobot/3016440) | 默認請求超時時間 | | | [ReadWriteTimeout](http://www.hmoore.net/gxser1986/cqrobot/3016441) | 默認寫入Post數據超時間 | | | [Host](http://www.hmoore.net/gxser1986/cqrobot/3016442) | 設置Host的標頭信息 | | | [KeepAlive](http://www.hmoore.net/gxser1986/cqrobot/3016443) | 獲取或設置一個值,該值指示是否與 Internet 資源建立持久性連接默認為true。 | | | [Accept](http://www.hmoore.net/gxser1986/cqrobot/3016444) | 請求標頭值 默認為text/html, application/xhtml+xml, \*/\* | | | [ContentType](http://www.hmoore.net/gxser1986/cqrobot/3016445) | 請求返回類型默認 text/html | | | [UserAgent](http://www.hmoore.net/gxser1986/cqrobot/3016446) | 客戶端訪問信息默認Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) | | | [Encoding](http://www.hmoore.net/gxser1986/cqrobot/3016447) | 返回數據編碼默認為NUll,可以自動識別,一般為utf-8,gbk,gb2312 | | | [PostDataType](http://www.hmoore.net/gxser1986/cqrobot/3016448) | Post的數據類型 | | | [Postdata](http://www.hmoore.net/gxser1986/cqrobot/3016449) | Post請求時要發送的字符串Post數據 | | | [PostdataByte](http://www.hmoore.net/gxser1986/cqrobot/3025162) | Post請求時要發送的Byte類型的Post數據 | | | [CookieCollection](http://www.hmoore.net/gxser1986/cqrobot/3016450) | Cookie對象集合 | | | [Cookie](http://www.hmoore.net/gxser1986/cqrobot/3016451) | 請求時的Cookie | | | [CookieList](http://www.hmoore.net/gxser1986/cqrobot/3016452) | CookieList | | | [Referer](http://www.hmoore.net/gxser1986/cqrobot/3016453) | 來源地址,上次訪問地址 | | | [CerPath](http://www.hmoore.net/gxser1986/cqrobot/3016454) | 證書絕對路徑 | | | [WebProxy](http://www.hmoore.net/gxser1986/cqrobot/3016455) | 設置代理對象,不想使用IE默認配置就設置為Null,而且不要設置ProxyIp | | | [IsToLower](http://www.hmoore.net/gxser1986/cqrobot/3016456) | 是否設置為全文小寫,默認為不轉化 | | | [Allowautoredirect](http://www.hmoore.net/gxser1986/cqrobot/3016457) | 支持跳轉頁面,查詢結果將是跳轉后的頁面,默認是不跳轉 | | | [Connectionlimit](http://www.hmoore.net/gxser1986/cqrobot/3016458) | 最大連接數 | | | [ProxyUserName](http://www.hmoore.net/gxser1986/cqrobot/3016459) | 代理Proxy 服務器用戶名 | | | [ProxyPwd](http://www.hmoore.net/gxser1986/cqrobot/3016460) | 代理 服務器密碼 | | | [ProxyIp](http://www.hmoore.net/gxser1986/cqrobot/3016461) | 代理 服務IP,如果要使用IE代理就設置為ieproxy | | | [ResultType](http://www.hmoore.net/gxser1986/cqrobot/3016462) | 設置返回類型String和Byte | | | [Header](http://www.hmoore.net/gxser1986/cqrobot/3016463) | header對象 | | | [ProtocolVersion](http://www.hmoore.net/gxser1986/cqrobot/3016464) | 獲取或設置用于請求的 HTTP 版本。返回結果:用于請求的 HTTP 版本。默認為 System.Net.HttpVersion.Version11。 | | | [Expect100Continue](http://www.hmoore.net/gxser1986/cqrobot/3016465) | 獲取或設置一個 System.Boolean 值,該值確定是否使用 100-Continue 行為。如果 POST 請求需要 100-Continue 響應,則為 true;否則為 false。默認值為 true。 | | | [ClentCertificates](http://www.hmoore.net/gxser1986/cqrobot/3016466) | 設置509證書集合 | | | [PostEncoding](http://www.hmoore.net/gxser1986/cqrobot/3016467) | 設置或獲取Post參數編碼,默認的為Default編碼 | | | [ResultCookieType](http://www.hmoore.net/gxser1986/cqrobot/3016468) | Cookie返回類型,默認的是只返回字符串類型 | | | [ICredentials](http://www.hmoore.net/gxser1986/cqrobot/3016469) | 獲取或設置請求的身份驗證信息。 | | | [MaximumAutomaticRedirections](http://www.hmoore.net/gxser1986/cqrobot/3016470) | 設置請求將跟隨的重定向的最大數目 | | | [IfModifiedSince](http://www.hmoore.net/gxser1986/cqrobot/3016471) | 獲取和設置IfModifiedSince,默認為當前日期和時間 | | | [IPEndPoint](http://www.hmoore.net/gxser1986/cqrobot/3016472) | 設置本地的出口ip和端口 |
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看