Table of Contents

Class SignedExchangeInfo

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

Information about a signed exchange response.

public sealed class SignedExchangeInfo
Inheritance
SignedExchangeInfo
Inherited Members

Properties

Errors

Errors occurred while handling the signed exchange.

[JsonPropertyName("errors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeError[]? Errors { get; set; }

Property Value

SignedExchangeError[]

HasExtraInfo

Whether network response for the signed exchange was accompanied by extra headers.

[JsonPropertyName("hasExtraInfo")]
public bool HasExtraInfo { get; set; }

Property Value

bool

Header

Information about the signed exchange header.

[JsonPropertyName("header")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeHeader? Header { get; set; }

Property Value

SignedExchangeHeader

OuterResponse

The outer response of signed HTTP exchange which was received from network.

[JsonPropertyName("outerResponse")]
public Response OuterResponse { get; set; }

Property Value

Response

SecurityDetails

Security details for the signed exchange header.

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

Property Value

SecurityDetails