System.Net.ServicePointManager.DefaultConnectionLimit and .MaxServicePointIdleTime
Asked Answered
T

1

32

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

  1. System.Net.ServicePointManager.DefaultConnectionLimit
  2. System.Net.ServicePointManager.MaxServicePointIdleTime

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

Tail answered 29/7, 2010 at 13:49 Comment(0)
A
31

Here is a great explanation:

Understanding MaxServicePointIdleTime and DefaultConnectionLimit

Andantino answered 29/7, 2010 at 16:51 Comment(2)
The link is broken :( But this might be the new URL: learn.microsoft.com/de-de/archive/blogs/jpsanders/…Trimming
Fixed the link in the post. Thanks @TrimmingBathelda

© 2022 - 2024 — McMap. All rights reserved.