Table of Contents

Class Request

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

Request

public sealed class Request
Inheritance
Request
Inherited Members

Properties

HasPostData

hasPostData

[JsonPropertyName("hasPostData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasPostData { get; set; }

Property Value

bool?

Headers

headers

[JsonPropertyName("headers")]
public Headers Headers { get; set; }

Property Value

Headers

InitialPriority

initialPriority

[JsonPropertyName("initialPriority")]
public ResourcePriority InitialPriority { get; set; }

Property Value

ResourcePriority

IsLinkPreload

isLinkPreload

[JsonPropertyName("isLinkPreload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsLinkPreload { get; set; }

Property Value

bool?

Method

method

[JsonPropertyName("method")]
public string Method { get; set; }

Property Value

string

MixedContentType

mixedContentType

[JsonPropertyName("mixedContentType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MixedContentType? MixedContentType { get; set; }

Property Value

MixedContentType?

PostData

postData

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

Property Value

string

ReferrerPolicy

referrerPolicy

[JsonPropertyName("referrerPolicy")]
public RequestReferrerPolicyValues ReferrerPolicy { get; set; }

Property Value

RequestReferrerPolicyValues

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string

UrlFragment

urlFragment

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

Property Value

string