Click or drag to resize

RequestWillBeSentEventArgsRedirectHasExtraInfo Property

Version 103.0.120
In the case that redirectResponse is populated, this flag indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for the request which was just redirected.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public bool RedirectHasExtraInfo { get; }

Property Value

Type: Boolean
See Also