Table of Contents

Class RequestWillBeSentExtraInfoEventArgs

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

RequestWillBeSentExtraInfo

public sealed class RequestWillBeSentExtraInfoEventArgs : EventArgs
Inheritance
RequestWillBeSentExtraInfoEventArgs
Inherited Members

Properties

AssociatedCookies

Gets or sets the associatedCookies

[JsonPropertyName("associatedCookies")]
public AssociatedCookie[] AssociatedCookies { get; set; }

Property Value

AssociatedCookie[]

ClientSecurityState

Gets or sets the clientSecurityState

[JsonPropertyName("clientSecurityState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ClientSecurityState ClientSecurityState { get; set; }

Property Value

ClientSecurityState

ConnectTiming

Gets or sets the connectTiming

[JsonPropertyName("connectTiming")]
public ConnectTiming ConnectTiming { get; set; }

Property Value

ConnectTiming

Headers

Gets or sets the headers

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

Property Value

Headers

RequestId

Gets or sets the requestId

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

Property Value

string

SiteHasCookieInOtherPartition

Gets or sets the siteHasCookieInOtherPartition

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

Property Value

bool?