I have an ASP.NET 3.5 server application written in C#. It makes outbound requests to a REST API using HttpWebRequest and HttpWebResponse.
I have setup a test applicatio
If @jake-moshenko is right about ServicePointManager.DefaultConnectionLimit
not having any effect if changed in Mono, please file this as a bug in http://bugzilla.xamarin.com/.
However I would try some things before discarding this completely as a Mono issue:
--gc=sgen
as a flag to mono.