Class RequestData
- Namespace
- OpenQA.Selenium.BiDi.Network
- Assembly
- WebDriver.dll
public sealed record RequestData : IEquatable<RequestData>
- Inheritance
-
RequestData
- Implements
-
- Inherited Members
-
Constructors
public RequestData(Request Request, string Url, string Method, IReadOnlyList<Header> Headers, IReadOnlyList<Cookie> Cookies, long? HeadersSize, long? BodySize, string Destination, string? InitiatorType, FetchTimingInfo Timings)
Parameters
Request
Request
Url
string
Method
string
Headers
IReadOnlyList<Header>
Cookies
IReadOnlyList<Cookie>
HeadersSize
long?
BodySize
long?
Destination
string
InitiatorType
string
Timings
FetchTimingInfo
Properties
BodySize
public long? BodySize { get; init; }
Property Value
- long?
Cookies
public IReadOnlyList<Cookie> Cookies { get; init; }
Property Value
- IReadOnlyList<Cookie>
Destination
public string Destination { get; init; }
Property Value
- string
public IReadOnlyList<Header> Headers { get; init; }
Property Value
- IReadOnlyList<Header>
public long? HeadersSize { get; init; }
Property Value
- long?
InitiatorType
public string? InitiatorType { get; init; }
Property Value
- string
Method
public string Method { get; init; }
Property Value
- string
Request
public Request Request { get; init; }
Property Value
- Request
Timings
public FetchTimingInfo Timings { get; init; }
Property Value
- FetchTimingInfo
Url
public string Url { get; init; }
Property Value
- string