Class ContinueTransactionEventArgs
Event arguments for the OnContinueTransaction event
Inheritance
System.Object
ContinueTransactionEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class ContinueTransactionEventArgs : EventArgs
Properties
newSession
Reference to the created (new) session
Declaration
public Session newSession { get; }
Property Value
originalSession
Reference to the original (old) session
Declaration
public Session originalSession { get; }
Property Value
reason
The reason for creating a new session from an existing one
Declaration
public ContinueTransactionReason reason { get; }