摘要: public static HttpWebResponse CreatePostHttpResponse(string url, IDictionary parameters, string userAgent, Encoding requestEncoding) { if (string.IsNullOrEmpty(url)) { throw new ArgumentNullException("url"); } if (requestEncoding == ... 阅读全文
posted @ 2013-12-16 14:21 忆如梨花 阅读(683) 评论(0) 推荐(0) 编辑