I\'m trying to use Tor-Server as a proxy in HttpWebRequest, my code looks like this:
HttpWebRequest
HttpWebRequest request; HttpWebResponse response; request
Tor is not an HTTP proxy. It's a SOCKS proxy. You can use an HTTP proxy that supports forwarding on SOCKS (like Privoxy) and connect to that via code instead.