Click or drag to resize

ServiceWorkerRouterInfo Class

Version 130.1.90
ServiceWorkerRouterInfo
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.NetworkServiceWorkerRouterInfo

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class ServiceWorkerRouterInfo : DevToolsDomainEntityBase

The ServiceWorkerRouterInfo type exposes the following members.

Constructors
 NameDescription
Public methodServiceWorkerRouterInfoInitializes a new instance of the ServiceWorkerRouterInfo class
Top
Properties
 NameDescription
Public propertyActualSourceType The actual router source used.
Public propertyMatchedSourceType 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 propertyRuleIdMatched ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also