I know I can add the following to a client to handle a higher volume of outbound requests:
<system.net>
<connectionManagement>
<add address="*" maxconnection="65535" />
</connectionManagement>
</system.net>
Is there a way to do this in code, not in the app.config?
This should do: