programmatically set browser surrogate settings c#


i'm minute an winforms app needs set internet explorer's surrogate settings following open new browser window. during moment, i'm requesting surrogate settings going registry:



registrykey registry = registry.currentuser.opensubkey("software\\microsoft\\windows\\currentversion\\internet settings", true);
registry.setvalue("proxyenable", 1);
registry.setvalue("proxyserver", "127.0.0.1:8080");


is going registry best proceed this, there some-more permitted approach? i'd prevaricate registry changes there's an choice solution.



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?