Table of Contents

Class DataReceivedEventArgs

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

DataReceived

public sealed class DataReceivedEventArgs : EventArgs
Inheritance
DataReceivedEventArgs
Inherited Members

Properties

Data

Gets or sets the data

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Data { get; set; }

Property Value

string

DataLength

Gets or sets the dataLength

[JsonPropertyName("dataLength")]
public long DataLength { get; set; }

Property Value

long

EncodedDataLength

Gets or sets the encodedDataLength

[JsonPropertyName("encodedDataLength")]
public long EncodedDataLength { get; set; }

Property Value

long

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double