摘要:
先设置4个: [csharp] webrequest.ServicePoint.Expect100Continue = false; //是否使用 Nagle 不使用 提高效率 webrequest.ServicePoint.UseNagleAlgorithm = false; //最大连接数 webrequest.ServicePoint.ConnectionLimit = 65500; //数据是否缓冲 false ... 阅读全文
posted @ 2013-08-23 00:19
StupidsCat
阅读(3339)
评论(0)
推荐(1)
浙公网安备 33010602011771号