Click or drag to resize
SessionOnContinueTransaction Event
This event fires if this Session automatically yields a new one, for instance, if Fiddler is configured to automatically follow redirects or perform multi-leg authentication (X-AutoAuth).

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public event EventHandler<ContinueTransactionEventArgs> OnContinueTransaction

Value

Type: SystemEventHandlerContinueTransactionEventArgs
See Also