Table of Contents

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

action InterceptResolutionAction

The interception action.

priority int?

The interception priority.

Properties

Action

Gets or sets the intercept resolution action.

public InterceptResolutionAction Action { get; set; }

Property Value

InterceptResolutionAction

Priority

Gets or sets the intercept resolution priority.

public int? Priority { get; set; }

Property Value

int?