Table of Contents

Class ServiceWorkerRouterInfo

Namespace
OpenQA.Selenium.DevTools.V146.Network
Assembly
Selenium.WebDriver.dll

ServiceWorkerRouterInfo

public sealed class ServiceWorkerRouterInfo
Inheritance
ServiceWorkerRouterInfo
Inherited Members

Properties

ActualSourceType

The actual router source used.

[JsonPropertyName("actualSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerRouterSource? ActualSourceType { get; set; }

Property Value

ServiceWorkerRouterSource?

MatchedSourceType

The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set.

[JsonPropertyName("matchedSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ServiceWorkerRouterSource? MatchedSourceType { get; set; }

Property Value

ServiceWorkerRouterSource?

RuleIdMatched

ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.

[JsonPropertyName("ruleIdMatched")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RuleIdMatched { get; set; }

Property Value

long?