Table of Contents

Class DirectUDPSocketJoinedMulticastGroupEventArgs

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

Constructors

DirectUDPSocketJoinedMulticastGroupEventArgs(RequestId, string)

public DirectUDPSocketJoinedMulticastGroupEventArgs(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