Table of Contents

Class DirectUDPSocketLeftMulticastGroupEventArgs

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

Constructors

DirectUDPSocketLeftMulticastGroupEventArgs(RequestId, string)

public DirectUDPSocketLeftMulticastGroupEventArgs(RequestId Identifier, string IPAddress)

Parameters

Identifier RequestId
IPAddress string

Properties

IPAddress

public string IPAddress { get; init; }

Property Value

string

Identifier

public RequestId Identifier { get; init; }

Property Value

RequestId