servicepoint

System.Net.ServicePointManager.DefaultConnectionLimit and .MaxServicePointIdleTime

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.MaxServicePointIdleTime Are ServicePoint objects specific to a domainname or each unique URI requested? ...