<?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: Silverlight and Windows Phone 7 Now Supported</title>
	<atom:link href="http://restsharp.org/silverlight-and-windows-phone-7-now-supported/feed/" rel="self" type="application/rss+xml" />
	<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/</link>
	<description>Simple REST and HTTP API Client for .NET</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: John Sheehan</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-57</link>
		<dc:creator>John Sheehan</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-57</guid>
		<description>not yet. once .net 4.5 is out officially, maybe then.</description>
		<content:encoded><![CDATA[<p>not yet. once .net 4.5 is out officially, maybe then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aj</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-56</link>
		<dc:creator>Aj</dc:creator>
		<pubDate>Fri, 11 Nov 2011 05:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-56</guid>
		<description>Is there any support to used Visual Studio Async?</description>
		<content:encoded><![CDATA[<p>Is there any support to used Visual Studio Async?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristovao Morgado</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-54</link>
		<dc:creator>Cristovao Morgado</dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-54</guid>
		<description>Can you update for 102 ?</description>
		<content:encoded><![CDATA[<p>Can you update for 102 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VVVVV</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-50</link>
		<dc:creator>VVVVV</dc:creator>
		<pubDate>Tue, 03 May 2011 04:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-50</guid>
		<description>hey can u be bit more clear please. I&#039;m not able to understand how to do. I have added the refernences to the project and written the above code in the button click. but, it is throwing error saying response cannot be found. 
</description>
		<content:encoded><![CDATA[<p>hey can u be bit more clear please. I&#8217;m not able to understand how to do. I have added the refernences to the project and written the above code in the button click. but, it is throwing error saying response cannot be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sheehan</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-45</link>
		<dc:creator>John Sheehan</dc:creator>
		<pubDate>Wed, 06 Apr 2011 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-45</guid>
		<description>do you have any links to docs that explain this caching?</description>
		<content:encoded><![CDATA[<p>do you have any links to docs that explain this caching?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-44</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 06 Apr 2011 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-44</guid>
		<description>one gotcha with silverlight/wp7...responses to httpwebrequests are automatically cached. there&#039;s a relatively easy workaround in restsharp. you can &quot;individualize&quot; the calls by adding a nocache header with a guid value. it&#039;d look something like:

var request = new RestRequest(&quot;resource&quot;, Method.POST);
request.AddParameter(&quot;nocache&quot;, Guid.NewGuid());</description>
		<content:encoded><![CDATA[<p>one gotcha with silverlight/wp7&#8230;responses to httpwebrequests are automatically cached. there&#8217;s a relatively easy workaround in restsharp. you can &#8220;individualize&#8221; the calls by adding a nocache header with a guid value. it&#8217;d look something like:</p>
<p>var request = new RestRequest(&#8220;resource&#8221;, Method.POST);<br />
request.AddParameter(&#8220;nocache&#8221;, Guid.NewGuid());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-25</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 02 Sep 2010 06:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-25</guid>
		<description>I tried out the sample code and I get this issue:&lt;br&gt;&lt;br&gt;ErrorMessage = &quot;The &#039;Content-Length&#039; header cannot be modified directly.rnParameter name: name&quot;&lt;br&gt;&lt;br&gt;I opened the windows phone 7 project, built the solution and adding the rest dll to my project. Am i missing something?</description>
		<content:encoded><![CDATA[<p>I tried out the sample code and I get this issue:</p>
<p>ErrorMessage = &#8220;The &#39;Content-Length&#39; header cannot be modified directly.rnParameter name: name&#8221;</p>
<p>I opened the windows phone 7 project, built the solution and adding the rest dll to my project. Am i missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Kaid</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-13</link>
		<dc:creator>Brandon Kaid</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-13</guid>
		<description>A simple way to re-send cookies would be great - I will log on github.</description>
		<content:encoded><![CDATA[<p>A simple way to re-send cookies would be great &#8211; I will log on github.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sheehan</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-12</link>
		<dc:creator>John Sheehan</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-12</guid>
		<description>RestResponse.Cookies has all of the cookies returned from the server. Someone added a simple way to send them back in subsequent responses, but I need to track that down.</description>
		<content:encoded><![CDATA[<p>RestResponse.Cookies has all of the cookies returned from the server. Someone added a simple way to send them back in subsequent responses, but I need to track that down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melika</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/comment-page-1/#comment-11</link>
		<dc:creator>Melika</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comment-11</guid>
		<description>Does this allow for maintaining cookies or no?</description>
		<content:encoded><![CDATA[<p>Does this allow for maintaining cookies or no?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

