<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RestSharp &#187; Windows Phone 7</title>
	<atom:link href="http://restsharp.org/category/windows-phone-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://restsharp.org</link>
	<description>Simple REST and HTTP API Client for .NET</description>
	<lastBuildDate>Mon, 12 Sep 2011 17:46:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Silverlight and Windows Phone 7 Now Supported</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/</link>
		<comments>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:47:10 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[wp7dev]]></category>

		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/</guid>
		<description><![CDATA[I&#8217;ve added support for Silverlight 4 and Windows Phone 7 to RestSharp. Please try it out and report back any errors or other feedback you have. You can download the latest revision here. Here&#8217;s an example: var client = new RestClient(&#34;http://example.com&#34;); var request = new RestRequest(&#34;resource&#34;, Method.POST); client.ExecuteAsync&#60;Resource&#62;(request, (response) =&#62; { var resource = response.Data; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added support for Silverlight 4 and Windows Phone 7 to RestSharp. Please try it out and report back any errors or other feedback you have. You can <a href="http://github.com/johnsheehan/RestSharp/archives/master">download the latest revision here</a>.</p>
<p>Here&#8217;s an example:</p>
<pre>var client = new RestClient(&quot;http://example.com&quot;);
var request = new RestRequest(&quot;resource&quot;, Method.POST);

client.ExecuteAsync&lt;Resource&gt;(request, (response) =&gt; {
    var resource = response.Data;
});</pre>
<p>As a side note, the core library is also now set to use the Client Profile by default. The Async methods from Silverlight/WP7 are also available in the core library as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

