Class SetRequestInterceptionCommandSettings
SetRequestInterception
public sealed class SetRequestInterceptionCommandSettings : ICommand- Inheritance
- 
      
      SetRequestInterceptionCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Patterns
Gets or sets the patterns
[JsonPropertyName("patterns")]
public RequestPattern[] Patterns { get; set; }