public void SetCookie(string rawCookieStr, ref Chilkat.Http http) { http.SetRequestHeader("Cookie", rawCookieStr); }
public string GetHtmlProxy_JSCSS(string URL, string proxyAddress, string proxyPort, string proxyUsername, string proxyPassword, string referer, ref Chilkat.Http http) { string response = string.Empty; this.proxyAddress = proxyAddress; this.proxyPort = proxyPort; this.proxyUsername = proxyUsername; this.proxyPassword = proxyPassword; ChangeProxy(); ChangeProxy_Socks5(); if (!http.UnlockComponent("THEBACHttp_b3C9o9QvZQ06")) { } ///Save Cookies... http.CookieDir = "memory"; http.SendCookies = false; http.SaveCookies = true; http.SetRequestHeader("Accept-Encoding", "gzip,deflate"); http.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"); http.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24"); http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); response = http.QuickGetStr(URL); if (string.IsNullOrEmpty(response)) { Thread.Sleep(500); response = http.QuickGetStr(URL); } if (string.IsNullOrEmpty(response)) { Thread.Sleep(500); response = http.QuickGetStr(URL); } return response; }
public string GetHtmlProxy(string URL, string proxyAddress, string proxyPort, string proxyUsername, string proxyPassword, ref Chilkat.Http http) { string response = string.Empty; this.proxyAddress = proxyAddress; this.proxyPort = proxyPort; this.proxyUsername = proxyUsername; this.proxyPassword = proxyPassword; ChangeProxy(); if (!http.UnlockComponent("THEBACHttp_b3C9o9QvZQ06")) { } ///Save Cookies... http.CookieDir = "memory"; http.SendCookies = true; http.SaveCookies = true; http.SetRequestHeader("Accept-Encoding", "gzip,deflate"); http.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"); http.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36"); http.SetRequestHeader("Accept", "application/json, text/javascript, */*; q=0.01"); http.SetRequestHeader("Accept-Language", "en-US,en;q=0.8"); //http.SetRequestHeader("Accept-Encoding", "gzip,deflate"); //http.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"); //http.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24"); //http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); response = http.QuickGetStr(URL); return response; }
public string GetHtml(string URL, ref Chilkat.Http http) { string response = string.Empty; ChangeProxy(); ChangeProxy_Socks5(); if (!http.UnlockComponent("THEBACHttp_b3C9o9QvZQ06")) { } ///Save Cookies... http.CookieDir = "memory"; //http.CookieDir = Application.StartupPath + "\\cookies"; http.SendCookies = true; http.SaveCookies = true; http.SetRequestHeader("Accept-Encoding", "gzip,deflate"); http.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7;Unicode;"); http.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24"); http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); //http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); //http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); http.SetRequestHeader("Connection", "keep-alive"); http.AllowGzip = true; response = http.QuickGetStr(URL); //if (string.IsNullOrEmpty(response)) //{ // Thread.Sleep(500); // response = http.QuickGetStr(URL); //} if (string.IsNullOrEmpty(response)) { Thread.Sleep(500); response = http.QuickGetStr(URL); } return response; }
public string GetHtmlIP(string URL, string IPAddress, string IPPort, string IPUsername, string IPpassword, ref Chilkat.Http http) { string response = string.Empty; this.IPAddress = IPAddress; this.IPPort = IPPort; this.IPUsername = IPUsername; this.IPpassword = IPpassword; ChangeIP(); if (!http.UnlockComponent("THEBACHttp_b3C9o9QvZQ06")) { } ///Save Cookies... http.CookieDir = "memory"; http.SendCookies = true; http.SaveCookies = true; http.SetRequestHeader("Accept-Encoding", "gzip,deflate"); http.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"); http.SetRequestHeader("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24"); http.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); response = http.QuickGetStr(URL); return response; }