Table of Contents

Class DirectTCPSocketChunkReceivedEventArgs

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

Fired when data is received from tcp direct socket stream.

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

Constructors

DirectTCPSocketChunkReceivedEventArgs(RequestId, string, MonotonicTime)

Fired when data is received from tcp direct socket stream.

public DirectTCPSocketChunkReceivedEventArgs(RequestId Identifier, string Data, MonotonicTime Timestamp)

Parameters

Identifier RequestId
Data string
Timestamp MonotonicTime

Properties

Data

public string Data { get; init; }

Property Value

string

Identifier

public RequestId Identifier { get; init; }

Property Value

RequestId

Timestamp

public MonotonicTime Timestamp { get; init; }

Property Value

MonotonicTime