WebBrowser ProxyBypass Property C# API
Gets the lpszProxyBypass parameter to be passed to InternetOpen() used by WinInet/WinHTTP.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string ProxyBypass { get; }

Field Value

The lpszProxyBypass parameter.
Exceptions

ExceptionCondition
NotSupportedExceptionEither the WinInet or WinHTTP handler is currently in use, for which this property is not supported.
Remarks

To set the lpszProxyBypass parameter, call the SetAccess(Int32, String, String) method.
See Also