Property RequestIssuedByProxy
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
RequestIssuedByProxy
Indicates whether the request that requires the certificate selection is issued by an HTTPS proxy server.
public bool RequestIssuedByProxy { get; }
Property Value
- bool
true
if the request is issued by a proxy server,false
otherwise.