Class SetOverrideCertificateErrorsCommandSettings
Enable/disable overriding certificate errors. If enabled, all certificate error events need to
be handled by the DevTools client and should be answered with handleCertificateError commands.
public sealed class SetOverrideCertificateErrorsCommandSettings : ICommand
- Inheritance
-
SetOverrideCertificateErrorsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Override
If true, certificate errors will be overridden.
[JsonPropertyName("override")]
public bool Override { get; set; }