OK I've been playing with Silverlight and ran into something interesting that I hope someone can explain. The MSDN documentation clearly states that it has a WebRequest.GetResponse() Method. I have created some code to get the latest messages from twitter. The code works fine in a console app but I get an error when its in a silverlight app. The code is exactly the same, but in my xaml.cs file, the method seems to have disappeared from the framework. Anyone know why? Here are two screen shots showing you what I mean.
Console App: http://twitpic.com/bl6cf
Silverlight: http://twitpic.com/bl6ev