Table of Contents

Class ReportingApiEndpointsChangedForOriginEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ReportingApiEndpointsChangedForOriginEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ReportingApiEndpointsChangedForOriginEventArgs>
Inheritance
EventArgs
ReportingApiEndpointsChangedForOriginEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

ReportingApiEndpointsChangedForOriginEventArgs(string, ImmutableArray<ReportingApiEndpoint>)

public ReportingApiEndpointsChangedForOriginEventArgs(string Origin, ImmutableArray<ReportingApiEndpoint> Endpoints)

Parameters

Origin string

Origin of the document(s) which configured the endpoints.

Endpoints ImmutableArray<ReportingApiEndpoint>

Properties

Endpoints

public ImmutableArray<ReportingApiEndpoint> Endpoints { get; init; }

Property Value

ImmutableArray<ReportingApiEndpoint>

Origin

Origin of the document(s) which configured the endpoints.

public string Origin { get; init; }

Property Value

string