Table of Contents

Class ResponseReceivedExtraInfoEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.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[]

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