Class RequestWillBeSentExtraInfoEventArgs
RequestWillBeSentExtraInfo
public sealed class RequestWillBeSentExtraInfoEventArgs : EventArgs
- Inheritance
-
RequestWillBeSentExtraInfoEventArgs
- Inherited Members
Properties
AssociatedCookies
Gets or sets the associatedCookies
[JsonPropertyName("associatedCookies")]
public BlockedCookieWithReason[] AssociatedCookies { get; set; }
Property Value
Headers
Gets or sets the headers
[JsonPropertyName("headers")]
public Headers Headers { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }