Reputation: 4505
I want to be able from .NET to set computer default web proxy (override previous 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 ?
Upvotes: 1
Views: 168