Class InterceptResolutionState
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Represents the current state of request interception resolution.
public class InterceptResolutionState
- Inheritance
-
InterceptResolutionState
Constructors
InterceptResolutionState(InterceptResolutionAction, int?)
Represents the current state of request interception resolution.
public InterceptResolutionState(InterceptResolutionAction action, int? priority = null)
Parameters
actionInterceptResolutionActionThe interception action.
priorityint?The interception priority.
Properties
Action
Gets or sets the intercept resolution action.
public InterceptResolutionAction Action { get; set; }
Property Value
Priority
Gets or sets the intercept resolution priority.
public int? Priority { get; set; }
Property Value
- int?