﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Cool Programming</title>
    <link>http://www.kbcafe.com/csharp/</link>
    <description>Cool Programming Tips with C#</description>
    <managingEditor>webmaster@kbcafe.com</managingEditor>
    <webMaster>webmaster@kbcafe.com</webMaster>
    <pubDate>Sun, 01 Jul 2007 19:00:39 GMT</pubDate>
    <lastBuildDate>Sun, 01 Jul 2007 19:00:39 GMT</lastBuildDate>
    <copyright>Copyright 2005 Randy Charles Morin</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <url>http://www.kbcafe.com/csharp/logo.jpg</url>
      <title>Cool Programming</title>
      <link>http://www.kbcafe.com/csharp/</link>
    </image>
    <rar:archive xmlns:rar="http://tempuri.org">http://www.kbcafe.com/csharp/archive.xml</rar:archive>
    <item>
      <title>How To Set a Global HTTP Proxy</title>
      <description>&lt;P&gt;I ported some code to an environment that required an HTTP proxy to get outside the firewall. The code is very simple and worked immediately.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;System.Uri proxyURI = new System.Uri("http://64.202.165.130:3128");&lt;BR&gt;System.Net.GlobalProxySelection.Select = new System.Net.WebProxy(proxyURI); &lt;/FONT&gt;&lt;/P&gt;</description>
      <link>http://www.kbcafe.com/csharp/?guid=20070701093400</link>
      <pubDate>Sun, 01 Jul 2007 16:34:00 GMT</pubDate>
      <guid>http://www.kbcafe.com/csharp/?guid=20070701093400</guid>
      <comments>http://www.kbcafe.com/csharp/?guid=20070701093400</comments>
      <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://www.kbcafe.com/csharp/trackback.aspx?guid=20070701093400</trackback:ping>
      <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/csharp/commentapi.aspx?guid=20070701093400</wfw:comment>
      <wfw:commentRSS xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.kbcafe.com/csharp/20070701093400.xml</wfw:commentRSS>
      <category>c#</category>
      <category>http</category>
      <category>proxy</category>
      <source url="http://www.hccp.org/csharp-http-proxy.html">hccp.org</source>
    </item>
  </channel>
</rss>
