When would you need to adjust these two settings (below)? And what do these two numbers mean for HttpWebRequest
i开发者_运维知识库nstances that I make?
System.Net.ServicePointManager.DefaultConnectionLimit
System.Net.ServicePointManager.MaxServicePointIdleTime
Are ServicePoint
objects specific to a domain name or each unique URI requested?
Here is a great explanation:
Understanding MaxServicePointIdleTime and DefaultConnectionLimit
精彩评论