Your computer is configured to automatically detect a proxy server.
You can disable it here:
Alternatively, you can manually override the proxy that WebClient will use; null
means no proxy:
client.Proxy = null;
However, in this case, you should prompt the user to configure the proxy server in their application, as some users must use the proxy server when accessing the Internet.
source share