Windows Phone 7:发布一些值,检索响应
如何将值发布到在线页面,然后检索响应并将其放入字符串中? 这是一个 PHP 页面,它采用 $_POST
值,然后回显我想要获取的响应。
How can I post a value to an online page, and then retrieve the response to put it in a string?
It's a PHP page that take the $_POST
value and then echo a response that I want to grab.
看看HttpWebRequest 对象。
他的代码稍微改编自这个问题
Look at the HttpWebRequest object.
his code adapted slightly from this question