Click or drag to resize

SelectCertificateParametersRequestIssuedByProxy Property

Indicates whether the request that requires the certificate selection is issued by an HTTPS proxy server.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool RequestIssuedByProxy { get; }

Property Value

Type: Boolean
true if the request is issued by a proxy server, false otherwise.
See Also