Class ResponseReceivedExtraInfoEventArgs
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
CookiePartitionKey
Gets or sets the cookiePartitionKey
[JsonPropertyName("cookiePartitionKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookiePartitionKey CookiePartitionKey { get; set; }
Property Value
CookiePartitionKeyOpaque
Gets or sets the cookiePartitionKeyOpaque
[JsonPropertyName("cookiePartitionKeyOpaque")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CookiePartitionKeyOpaque { get; set; }
Property Value
- bool?
ExemptedCookies
Gets or sets the exemptedCookies
[JsonPropertyName("exemptedCookies")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExemptedSetCookieWithReason[] ExemptedCookies { get; set; }
Property Value
Headers
Gets or sets the headers
[JsonPropertyName("headers")]
public Headers Headers { get; set; }
Property Value
HeadersText
Gets or sets the headersText
[JsonPropertyName("headersText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string HeadersText { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
ResourceIPAddressSpace
Gets or sets the resourceIPAddressSpace
[JsonPropertyName("resourceIPAddressSpace")]
public IPAddressSpace ResourceIPAddressSpace { get; set; }
Property Value
StatusCode
Gets or sets the statusCode
[JsonPropertyName("statusCode")]
public long StatusCode { get; set; }