Class ServiceWorkerRouterInfo
public sealed record ServiceWorkerRouterInfo : IEquatable<ServiceWorkerRouterInfo>
- Inheritance
-
ServiceWorkerRouterInfo
- Implements
- Inherited Members
Constructors
ServiceWorkerRouterInfo()
public ServiceWorkerRouterInfo()
Properties
ActualSourceType
The actual router source used.
public ServiceWorkerRouterSource? ActualSourceType { get; init; }
Property Value
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.
public ServiceWorkerRouterSource? MatchedSourceType { get; init; }
Property Value
RuleIdMatched
ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.
public long? RuleIdMatched { get; init; }
Property Value
- long?