Class
ContinueTransactionEventArgs

Event arguments for the OnContinueTransaction event

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class ContinueTransactionEventArgs : EventArgs

Inheritance: objectEventArgsContinueTransactionEventArgs

Inherited Members EventArgs.Emptyobject.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Properties

newSession

Reference to the created (new) session

Declaration

cs-api-definition
public Session newSession { get; }

Property Value

Session

originalSession

Reference to the original (old) session

Declaration

cs-api-definition
public Session originalSession { get; }

Property Value

Session

reason

The reason for creating a new session from an existing one

Declaration

cs-api-definition
public ContinueTransactionReason reason { get; }

Property Value

ContinueTransactionReason

In this article
DefinitionPropertiesnewSessionoriginalSessionreason
Not finding the help you need?
Contact Support