WebBrowser ProxyServer Property C# API
Gets the lpszProxyName 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 ProxyServer { get; }

Field Value

The lpszProxyName parameter.
Exceptions

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

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