I\'m trying to use Tor-Server as a proxy in HttpWebRequest, my code looks like this:
HttpWebRequest
HttpWebRequest request; HttpWebResponse response; request
If you have privoxy installed and running you can do
request.Proxy = new WebProxy("127.0.0.1:8118"); // default privoxy port
Which will enable you to make requests using tor