WebBrowser IsSetProxy Property C# API
Gets a value that indicates whether a proxy server has been defined for this WebBrowser.

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

public bool IsSetProxy { get; }

Field Value

true if a proxy server has been defined for this WebBrowser; otherwise, false.
Remarks

Caution note Caution
This method indicates that a domain name and port for a proxy server have been set, not whether the proxy server is configured correctly or whether a proxy server exists at the specified domain name and port.
See Also