quick question: ServicePointManager.DefaultConnectionLimit = x in Azure Worker role, is that inbound only? Or outbound too?
Also - is it per ROLE or per INSTANCE. So if I have 4 instances - do I have a limit of x for all the instances, or x per instance?
It's per instance - we tested and verified it.