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

Class DirectTCPSocketChunkReceivedEventArgs

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

DirectTCPSocketChunkReceived

public sealed class DirectTCPSocketChunkReceivedEventArgs : EventArgs
Inheritance
DirectTCPSocketChunkReceivedEventArgs
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