i’ve seen a lot of examples of using HttpWebRequest to post form data, but unfortunately, i’m having a hard time finding a specific article dealing with this class in WP7. does anyone have a good reference on how to do this?
note, i don’t want to upload a file, i just need to issue a “POST” command sending some key/value pairs (e.g. ) . i can’t use “GET” to send the data.
http://msdn.microsoft.com/en-us/library/system.net.webclient.uploadstringasync(v=vs.95).aspx