For diagnostics purposes I am logging ServicePointManager.DefaultConnectionLimit. However oddly enough it seems to be returning Int32.MaxValue (i.e 2147483647).
This seem to contradict the MSDN documentation on the subject:
The maximum number of concurrent connections allowed by a ServicePoint object. The default value is 2.
For context, I am getting this value in an ASP.Net 4 application running on 4.6.1