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