摘要:
1.第一类使用 WebRequest从别的地方copy下来,比较麻烦。 public static void Main () { // Create a request using a URL that can receive a post. WebRequest request = WebRequest.Create ("http://www.contoso.com/PostAccepter.aspx "); // Set the Method property of the request to POST. ... 阅读全文