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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public event EventHandler<ContinueTransactionEventArgs> OnContinueTransaction
Public Event OnContinueTransaction As EventHandler(Of ContinueTransactionEventArgs)
public:
event EventHandler<ContinueTransactionEventArgs^>^ OnContinueTransaction {
void add (EventHandler<ContinueTransactionEventArgs^>^ value);
void remove (EventHandler<ContinueTransactionEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerContinueTransactionEventArgsSee Also