<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use Tor to make a C# HttpWebRequest</title>
	<atom:link href="http://www.krio.me/use-tor-to-make-a-c-sharp-httpwebrequest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krio.me/use-tor-to-make-a-c-sharp-httpwebrequest/</link>
	<description></description>
	<lastBuildDate>Sat, 27 Aug 2011 12:33:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Nathan</title>
		<link>http://www.krio.me/use-tor-to-make-a-c-sharp-httpwebrequest/comment-page-1/#comment-200</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.krio.me/?p=1226#comment-200</guid>
		<description>Or, if Privoxy won&#039;t/can&#039;t be installed for some reason, then this would work for basic requests too...

    public class TorRequest
    {
        public static WebRequest Create(Uri requestUri)
        {
            return WebRequest.Create(&quot;https://tor-proxy.net/proxy/tor/browse.php?u=&quot; + HttpUtility.UrlEncode(requestUri.ToString()));
        }
    }</description>
		<content:encoded><![CDATA[<p>Or, if Privoxy won&#8217;t/can&#8217;t be installed for some reason, then this would work for basic requests too&#8230;</p>
<p>    public class TorRequest<br />
    {<br />
        public static WebRequest Create(Uri requestUri)<br />
        {<br />
            return WebRequest.Create(&#8220;https://tor-proxy.net/proxy/tor/browse.php?u=&#8221; + HttpUtility.UrlEncode(requestUri.ToString()));<br />
        }<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.krio.me/use-tor-to-make-a-c-sharp-httpwebrequest/comment-page-1/#comment-187</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.krio.me/?p=1226#comment-187</guid>
		<description>Super!!!!!!!! Thanks</description>
		<content:encoded><![CDATA[<p>Super!!!!!!!! Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

