Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class DirectTCPSocketChunkSentEventArgs

Namespace
OpenQA.Selenium.DevTools.V137.Network
Assembly
WebDriver.dll

DirectTCPSocketChunkSent

public sealed class DirectTCPSocketChunkSentEventArgs : EventArgs
Inheritance
DirectTCPSocketChunkSentEventArgs
Inherited Members

Properties

Data

Gets or sets the data

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string

Identifier

Gets or sets the identifier

[JsonPropertyName("identifier")]
public string Identifier { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double