I have a server (server A) that has several public IP addresses. I am building a desktop application that will run on server A to fetch data from another server (server B) using the httpwebrequest class.
What I would like to do is be able to programatically direct the application to use a specific IP address from the one the server (A) has.
Is this possible?
how to change originating IP in HttpWebRequest
Check out that post, looks like the exact question and answer you are asking 🙂 cheers!