Gets or sets the proxy used by this WebClient object.
An IWebProxy instance used to send requests.
The Proxy property identifies the IWebProxy instance that communicates with remote servers on behalf of this WebClient object.
The proxy is set by the system using configuration files and the Internet Explorer Mobile Local Area Network settings.
To specify that no proxy should be used, set the Proxy property to the proxy instance returned by the GetEmptyWebProxy()()() method.