Class RequestWillBeSentExtraInfoEventArgs
RequestWillBeSentExtraInfo
public sealed class RequestWillBeSentExtraInfoEventArgs : EventArgs
- Inheritance
-
RequestWillBeSentExtraInfoEventArgs
- Inherited Members
Properties
AssociatedCookies
Gets or sets the associatedCookies
[JsonPropertyName("associatedCookies")]
public AssociatedCookie[] AssociatedCookies { get; set; }
Property Value
ClientSecurityState
Gets or sets the clientSecurityState
[JsonPropertyName("clientSecurityState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ClientSecurityState ClientSecurityState { get; set; }
Property Value
ConnectTiming
Gets or sets the connectTiming
[JsonPropertyName("connectTiming")]
public ConnectTiming ConnectTiming { 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; }
Property Value
SiteHasCookieInOtherPartition
Gets or sets the siteHasCookieInOtherPartition
[JsonPropertyName("siteHasCookieInOtherPartition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SiteHasCookieInOtherPartition { get; set; }
Property Value
- bool?