Table of Contents

Class SignedExchangeHeader

Namespace
OpenQA.Selenium.DevTools.V147.Network
Assembly
Selenium.WebDriver.dll
public sealed class SignedExchangeHeader
Inheritance
SignedExchangeHeader
Inherited Members

Properties

HeaderIntegrity

Signed exchange header integrity hash in the form of sha256-<base64-hash-value>.

[JsonPropertyName("headerIntegrity")]
public string HeaderIntegrity { get; set; }

Property Value

string

RequestUrl

Signed exchange request URL.

[JsonPropertyName("requestUrl")]
public string RequestUrl { get; set; }

Property Value

string

ResponseCode

Signed exchange response code.

[JsonPropertyName("responseCode")]
public long ResponseCode { get; set; }

Property Value

long

ResponseHeaders

Signed exchange response headers.

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

Property Value

Headers

Signatures

Signed exchange response signature.

[JsonPropertyName("signatures")]
public SignedExchangeSignature[] Signatures { get; set; }

Property Value

SignedExchangeSignature[]