Enum
ContinueTransactionReason

The reason for creating a new session from an existing one

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public enum ContinueTransactionReason : byte

Fields

Authenticate

The new Session is needed to respond to an Authentication Challenge

Declaration

cs-api-definition
Authenticate = 1

Field Value

ContinueTransactionReason

None

Unknown

Declaration

cs-api-definition
None = 0

Field Value

ContinueTransactionReason

Redirect

The new Session is needed to follow a Redirection

Declaration

cs-api-definition
Redirect = 2

Field Value

ContinueTransactionReason

Tunnel

The new Session is needed to generate a CONNECT tunnel

Declaration

cs-api-definition
Tunnel = 3

Field Value

ContinueTransactionReason

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