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
None
Unknown
Declaration
public const ContinueTransactionReason None
Field Value
Redirect
The new Session is needed to follow a Redirection
Declaration
public const ContinueTransactionReason Redirect
Field Value
Tunnel
The new Session is needed to generate a CONNECT tunnel
Declaration
public const ContinueTransactionReason Tunnel
Field Value
value__
Declaration
public byte value__
Field Value
System.
|