Posted By: Mike Taulty | Jul 15th, 2008 @ 7:05 AM | 5,129 Views | 3 Comments
Formats:
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.
Rating:
0
0
CKurt
CKurt
while( ( !succeed=try() ) ) { }
Could I post something to a PHP page and get the response from there ?

I wont to run silverlight without having to run a ASP.NET server somewhere...
aL_
aL_
Blend Behaviors rule
that should work. íts just a regular webrequest, nothing .net specific Smiley you'd get the html from the php page in your response strem and just read that and xml and do whatever to it. the same would be true for posting Smiley
you can host silverlight on any backend (including lamp) you only have to add the mime types
Microsoft Communities