Class ContinueTransactionEventArgs
Inheritance
System.Object
ContinueTransactionEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class ContinueTransactionEventArgs : EventArgs
Properties
newSession
originalSession
reason
Declaration
public ContinueTransactionReason reason { get; }
Property Value
ContinueTransactionReason
|