2014年9月18日

C# 发送和接受Get请求

摘要: 1、发送Get请求 public static string HttpGet(string Url, string postDataStr) { HttpWebRequest request = (HttpWebRequest)WebRequest.Cr... 阅读全文

posted @ 2014-09-18 17:45 BestNow 阅读(1723) 评论(0) 推荐(0) 编辑

C#发送和接受POST请求

摘要: 1、发送Post请求代码 /// /// 发起Http请求 /// /// 发送航班对象 public static void HttpRequest(string url, string para) { ... 阅读全文

posted @ 2014-09-18 17:30 BestNow 阅读(913) 评论(0) 推荐(0) 编辑

导航