Table of Contents

Class ResponseReceivedEventArgs

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

ResponseReceived

public sealed class ResponseReceivedEventArgs : EventArgs
Inheritance
ResponseReceivedEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

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

Property Value

string

HasExtraInfo

Gets or sets the hasExtraInfo

[JsonPropertyName("hasExtraInfo")]
public bool HasExtraInfo { get; set; }

Property Value

bool

LoaderId

Gets or sets the loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

Response

Gets or sets the response

[JsonPropertyName("response")]
public Response Response { get; set; }

Property Value

Response

Timestamp

Gets or sets the timestamp

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

Property Value

double

Type

Gets or sets the type

[JsonPropertyName("type")]
public ResourceType Type { get; set; }

Property Value

ResourceType