<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by dmshann0n</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/dmshann0n/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by dmshann0n</title>
		<link>http://channel9.msdn.com/Niners/dmshann0n/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/dmshann0n/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 05:50:14 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 05:50:14 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Bug in CookieContainer, where do I report?</title>
		<description><![CDATA[<p>I had a similar issue, and this was of some help.<br /><br />The issue arises because the CookieCollection contained in the CookieContainer is selected based on the base Uri (Authority portion), but it is entered in some cases as the entire Uri of the original request. If you inspect the CookieContainer at run-time,
 you can&nbsp;see that the&nbsp;internal&nbsp;&quot;m_domainTable&quot; contains these Uri values.<br /><br />To resolve the issue, I added the following lines after I get the ResponseStream (when the CookieContainer is populated):<br /><br /><p>foreach ( Cookie c in cookies.GetCookies ( request.Address ) )<br />&nbsp;&nbsp;&nbsp;&nbsp;cookies.Add ( new Uri ( request.Address.GetLeftPart(UriPartial.Authority)), c );<br /><br />The &quot;cookies&quot; variable is the CookieContainer set to the &quot;CookieContainer&quot; property of the HttpWebRequest. There is probably some work to remove the old cookies, because I am now doubling up the original cookies sent. As of yet, this isn't an issue for my throw
 away application.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/260235-Bug-in-CookieContainer-where-do-I-report/7336981c34ce400d82d59dfa00bc48cd#7336981c34ce400d82d59dfa00bc48cd</link>
		<pubDate>Mon, 14 Jan 2008 13:02:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/260235-Bug-in-CookieContainer-where-do-I-report/7336981c34ce400d82d59dfa00bc48cd#7336981c34ce400d82d59dfa00bc48cd</guid>
		<dc:creator>dmshann0n</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dmshann0n/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>