WebBrowser
UnsetProxy Method
C# API
Unsets the proxy server address and port.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
virtual
void
UnsetProxy
()
public virtual void UnsetProxy()
Remarks
Once this method has been called, any subsequent requests will go directly to the target domain, rather than via a proxy server.
See Also
WebBrowser Class
WebBrowser Members
Facilita.Web Namespace
WebBrowser
SetProxy(String, Int32)