Class BaseParametersEventArgs
public abstract record BaseParametersEventArgs : BrowsingContextEventArgs, IEquatable<EventArgs>, IEquatable<BrowsingContextEventArgs>, IEquatable<BaseParametersEventArgs>
- Inheritance
-
BaseParametersEventArgs
- Implements
- Derived
- Inherited Members
Constructors
BaseParametersEventArgs(BiDi, BrowsingContext, bool, Navigation, long, RequestData, DateTimeOffset)
protected BaseParametersEventArgs(BiDi BiDi, BrowsingContext Context, bool IsBlocked, Navigation Navigation, long RedirectCount, RequestData Request, DateTimeOffset Timestamp)
Parameters
BiDi
BiDiContext
BrowsingContextIsBlocked
boolNavigation
NavigationRedirectCount
longRequest
RequestDataTimestamp
DateTimeOffset
Properties
Intercepts
[JsonInclude]
public IReadOnlyList<Intercept>? Intercepts { get; }
Property Value
IsBlocked
public bool IsBlocked { get; init; }
Property Value
Navigation
public Navigation Navigation { get; init; }
Property Value
RedirectCount
public long RedirectCount { get; init; }
Property Value
Request
public RequestData Request { get; init; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; init; }