Table of Contents

Class DirectTCPSocketAbortedEventArgs

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

Fired when direct_socket.TCPSocket is aborted.

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

Constructors

DirectTCPSocketAbortedEventArgs(RequestId, ErrorReason, MonotonicTime)

Fired when direct_socket.TCPSocket is aborted.

public DirectTCPSocketAbortedEventArgs(RequestId Identifier, ErrorReason ErrorMessage, MonotonicTime Timestamp)

Parameters

Identifier RequestId
ErrorMessage ErrorReason
Timestamp MonotonicTime

Properties

ErrorMessage

public ErrorReason ErrorMessage { get; init; }

Property Value

ErrorReason

Identifier

public RequestId Identifier { get; init; }

Property Value

RequestId

Timestamp

public MonotonicTime Timestamp { get; init; }

Property Value

MonotonicTime