Table of Contents

Class DirectUDPSocketCreatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Fired upon direct_socket.UDPSocket creation.

public sealed record DirectUDPSocketCreatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DirectUDPSocketCreatedEventArgs>
Inheritance
EventArgs
DirectUDPSocketCreatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

DirectUDPSocketCreatedEventArgs(RequestId, DirectUDPSocketOptions, MonotonicTime, Initiator?)

Fired upon direct_socket.UDPSocket creation.

public DirectUDPSocketCreatedEventArgs(RequestId Identifier, DirectUDPSocketOptions Options, MonotonicTime Timestamp, Initiator? Initiator = null)

Parameters

Identifier RequestId
Options DirectUDPSocketOptions
Timestamp MonotonicTime
Initiator Initiator

Properties

Identifier

public RequestId Identifier { get; init; }

Property Value

RequestId

Initiator

public Initiator? Initiator { get; init; }

Property Value

Initiator

Options

public DirectUDPSocketOptions Options { get; init; }

Property Value

DirectUDPSocketOptions

Timestamp

public MonotonicTime Timestamp { get; init; }

Property Value

MonotonicTime