Silverlight - Using HttpWebRequest
mtaulty
Jul 15, 2008 at 7:05 AM
Mike Taulty
If you are looking to do an HTTP request at a lower level then HttpWebRequest is the class that you're looking for. Here, we take a look at doing an HTTP POST from a Silverlight application using this class.