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
Post a Comment