Class SetIPProtectionProxyBypassEnabledCommandSettings
Sets bypass IP Protection Proxy boolean.
public sealed class SetIPProtectionProxyBypassEnabledCommandSettings : ICommand
- Inheritance
-
SetIPProtectionProxyBypassEnabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Whether IP Proxy is being bypassed by devtools; false by default.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }