Table of Contents

Class ResponseReceivedExtraInfoEventArgs

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

ResponseReceivedExtraInfo

public sealed class ResponseReceivedExtraInfoEventArgs : EventArgs
Inheritance
ResponseReceivedExtraInfoEventArgs
Inherited Members

Properties

BlockedCookies

Gets or sets the blockedCookies

[JsonPropertyName("blockedCookies")]
public BlockedSetCookieWithReason[] BlockedCookies { get; set; }

Property Value

BlockedSetCookieWithReason[]

CookiePartitionKey

Gets or sets the cookiePartitionKey

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

Property Value

CookiePartitionKey

CookiePartitionKeyOpaque

Gets or sets the cookiePartitionKeyOpaque

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

Property Value

bool?

ExemptedCookies

Gets or sets the exemptedCookies

[JsonPropertyName("exemptedCookies")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExemptedSetCookieWithReason[] ExemptedCookies { get; set; }

Property Value

ExemptedSetCookieWithReason[]

Headers

Gets or sets the headers

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

Property Value

Headers

HeadersText

Gets or sets the headersText

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

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

ResourceIPAddressSpace

Gets or sets the resourceIPAddressSpace

[JsonPropertyName("resourceIPAddressSpace")]
public IPAddressSpace ResourceIPAddressSpace { get; set; }

Property Value

IPAddressSpace

StatusCode

Gets or sets the statusCode

[JsonPropertyName("statusCode")]
public long StatusCode { get; set; }

Property Value

long