摘要:
public void Post(string url){HttpWebRequestreq=(HttpWebRequest)WebRequest.Create(url);req.Method="POST";req.KeepAlive=true;req.Timeout=300000;req.ContentType="application/x-www-form-urlencoded;charset=utf-8";postData=Encoding.UTF8.GetBytes(PostData(param));req.BeginGetRequestStre 阅读全文
posted @ 2011-07-27 13:11
SanMaoSpace
阅读(6952)
评论(2)
推荐(0)
摘要:
publicstaticManualResetEventallDone=newManualResetEvent(false);staticvoidMain(string[]args){HttpWebRequestrequest=(HttpWebRequest)WebRequest.Create("http://www.contoso.com/example.aspx"); request.ContentType="application/x-www-form-urlencoded";request.Method="POST";requ 阅读全文
posted @ 2011-07-27 13:06
SanMaoSpace
阅读(6266)
评论(0)
推荐(0)
浙公网安备 33010602011771号