Table of Contents

Class DataEntry

Namespace
OpenQA.Selenium.DevTools.V148.CacheStorage
Assembly
Selenium.WebDriver.dll

Data entry.

public sealed class DataEntry
Inheritance
DataEntry
Inherited Members

Properties

RequestHeaders

Request headers

[JsonPropertyName("requestHeaders")]
public Header[] RequestHeaders { get; set; }

Property Value

Header[]

RequestMethod

Request method.

[JsonPropertyName("requestMethod")]
public string RequestMethod { get; set; }

Property Value

string

RequestURL

Request URL.

[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }

Property Value

string

ResponseHeaders

Response headers

[JsonPropertyName("responseHeaders")]
public Header[] ResponseHeaders { get; set; }

Property Value

Header[]

ResponseStatus

HTTP response status code.

[JsonPropertyName("responseStatus")]
public long ResponseStatus { get; set; }

Property Value

long

ResponseStatusText

HTTP response status text.

[JsonPropertyName("responseStatusText")]
public string ResponseStatusText { get; set; }

Property Value

string

ResponseTime

Number of seconds since epoch.

[JsonPropertyName("responseTime")]
public double ResponseTime { get; set; }

Property Value

double

ResponseType

HTTP response type

[JsonPropertyName("responseType")]
public CachedResponseType ResponseType { get; set; }

Property Value

CachedResponseType