System.Net.ServicePointManager.DefaultConnectionLimit和.MaxServicePointIdleTimeNet、System、ServicePoin

2023-09-03 00:05:39 作者:㈠★段情ゞ

当你需要调整这两个设置(如下图)?什么做这两个数字意味着HttpWebRequests我做的?

When would you need to adjust these two settings (below)? And what do these two numbers mean for HttpWebRequests that I make?

System.Net.ServicePointManager.DefaultConnectionLimit

System.Net.ServicePointManager.DefaultConnectionLimit

System.Net.ServicePointManager.MaxServicePointIdleTime

System.Net.ServicePointManager.MaxServicePointIdleTime

是的ServicePoint对象具体到一个域名或每一个独特的URI请求?

Are ServicePoint objects specific to a domainname or each unique URI requested?

推荐答案

下面是一个很好的解释:

Here is a great explanation:

Understanding MaxServicePointIdleTime和DefaultConnectionLimit