Nowhere did I find the norms of information, I'll ask here. How to use a torus for parsing? They say it can be put like a proxy? This is what I’m puzzled with the code, it works in vidby, the proxy sees. But I do not know if I use the torus in this? And how to determine? (+ I downloaded privoxy)
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(sites); req.Proxy = new WebProxy("127.0.0.1:8118"); req.CookieContainer = new CookieContainer(); req.CookieContainer = GetUriCookieContainer(sites); HttpWebResponse resp = (HttpWebResponse)req.GetResponse(); //System.Threading.Thread.Sleep(2000);