[Visual Basic] Public Property HttpProxy As
IWebProxy
[C#] public IWebProxy HttpProxy {get;
set;}
Property Value
The WebProxy instance used to proxy the request. The default value is null (Nothing in Visual Basic).
Explanation
The HttpProxy property identifies the WebProxy object to use to process requests to Internet resources.