.NET ServicePoint for HTTP connections
Posted: (EET/GMT+2)
I just found out about the ServicePoint class that controls HTTP connections in .NET.
For instance, the default maximum number of connection per server is set to two (2). Now, this might affect some applications if one is not aware of this setting. The MaxIdleTime property also seems interesting.
Gotta study this class in more detail.