In The Hand - .NET Components for Mobility
Proxy Property
NamespacesInTheHand.NetWebClientProxy
Gets or sets the proxy used by this WebClient object.
Declaration Syntax
C#Visual Basic
public IWebProxy Proxy { get; set; }
Public Property Proxy As IWebProxy
Value
An IWebProxy instance used to send requests.
Remarks
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.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0