摘要: 为了提高httpwebrequest的执行效率,查到了一些如下设置 request.ServicePoint.Expect100Continue = false; request.ServicePoint.UseNagleAlgorithm = false; request.ServicePoint 阅读全文
posted @ 2018-02-09 13:17 龙骑科技 阅读(525) 评论(0) 推荐(0)