I am connecting to a 3rd party server. I know right now they allow 8 connections from the same remote user. However i dont know if they will raise or lower the connection limit. So i want my app to dynamically find out. How can i do this?
I’m using C#, MSVS 2008
I started a bounty for anyone who can give me working C#. If no one does then i’ll give it to the best answer.
I find this very difficult to do and had a few failed attempts 🙁
I will take this bounty good sir. Not exactly sure why you want to do this and why someone allows 8 connections.
Like the RFC says, I was only able to get 2 open connections to web servers.
But here’s the code: