Table of Contents

Class SignedExchangeHeader

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

SignedExchangeHeader

public sealed class SignedExchangeHeader
Inheritance
SignedExchangeHeader
Inherited Members

Properties

HeaderIntegrity

headerIntegrity

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

Property Value

string

RequestUrl

requestUrl

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

Property Value

string

ResponseCode

responseCode

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

Property Value

long

ResponseHeaders

responseHeaders

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

Property Value

Headers

Signatures

signatures

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

Property Value

SignedExchangeSignature[]