Class SignedExchangeHeader
SignedExchangeHeader
public sealed class SignedExchangeHeader
- Inheritance
-
SignedExchangeHeader
- Inherited Members
Properties
HeaderIntegrity
headerIntegrity
[JsonPropertyName("headerIntegrity")]
public string HeaderIntegrity { get; set; }
Property Value
RequestUrl
requestUrl
[JsonPropertyName("requestUrl")]
public string RequestUrl { get; set; }
Property Value
ResponseCode
responseCode
[JsonPropertyName("responseCode")]
public long ResponseCode { get; set; }
Property Value
ResponseHeaders
responseHeaders
[JsonPropertyName("responseHeaders")]
public Headers ResponseHeaders { get; set; }
Property Value
Signatures
signatures
[JsonPropertyName("signatures")]
public SignedExchangeSignature[] Signatures { get; set; }