I am searching for a method to set a proxy specifically to a form's webbrowser. Currently I can set a proxy that is limited to my current process. But I want to explore multiple connections and forms each using a specific proxy. Web requests wouldn't work since I the website I will be using it does constant streaming. So downloading a page and loading it in a webbrowser wont be a solid solution.
Also the method im using right now is just importing the internetsetoption API.