Hi,
try declaring your request object as a HttpWebRequest object, rather than a
WebRequest object, like so:
HttpWebRequest request =
(HttpWebRequest)WebRequest.Create("http://www.twitter.com");
Haven't tested it, but this is how i've always done it in .NET
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/WebRequest-exception-tp3726510p3726598.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch