Table of Contents

Class DirectTCPSocketChunkSentEventArgs

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

Fired when data is sent to tcp direct socket stream.

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

Constructors

DirectTCPSocketChunkSentEventArgs(RequestId, string, MonotonicTime)

Fired when data is sent to tcp direct socket stream.

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