Class DataEntry
- Namespace
- OpenQA.Selenium.DevTools.V147.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
RequestURL
Request URL.
[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }
Property Value
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
ResponseStatusText
HTTP response status text.
[JsonPropertyName("responseStatusText")]
public string ResponseStatusText { get; set; }
Property Value
ResponseTime
Number of seconds since epoch.
[JsonPropertyName("responseTime")]
public double ResponseTime { get; set; }
Property Value
ResponseType
HTTP response type
[JsonPropertyName("responseType")]
public CachedResponseType ResponseType { get; set; }