开发者

windows, set computer(browser) default web proxy

开发者 https://www.devze.com 2023-04-11 17:34 出处:网络
I want to be able from .NET to set computer default web proxy (override pre开发者_开发技巧vious default proxy settings in IE). From the documentation of WebProxy class in .NET it seems that it only af

I want to be able from .NET to set computer default web proxy (override pre开发者_开发技巧vious default proxy settings in IE). From the documentation of WebProxy class in .NET it seems that it only affects proxy settings for WebRequest.

Is there a way to do this ?


There is an option to play with the registry (Here)

Or you can use API32 for this Here - recommended

0

精彩评论

暂无评论...
验证码 换一张
取 消