Class ContinueTransactionReason
The reason for creating a new session from an existing one
Inheritance
System.Object
ContinueTransactionReason
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class ContinueTransactionReason : Enum
Fields
Authenticate
The new Session is needed to respond to an Authentication Challenge
Declaration
public const ContinueTransactionReason Authenticate
Field Value
ContinueTransactionReason
|
None
Unknown
Declaration
public const ContinueTransactionReason None
Field Value
ContinueTransactionReason
|
Redirect
The new Session is needed to follow a Redirection
Declaration
public const ContinueTransactionReason Redirect
Field Value
ContinueTransactionReason
|
Tunnel
The new Session is needed to generate a CONNECT tunnel
Declaration
public const ContinueTransactionReason Tunnel
Field Value
ContinueTransactionReason
|
value__
Declaration
public byte value__
Field Value
System.Byte
|