ClientTransaction.ForkState Enum

Definition

Controls the value of the branched parameter that is located in the topmost Via header of the outgoing requests.

public: enum class ClientTransaction::ForkState
public enum ClientTransaction.ForkState
Public Enum ClientTransaction.ForkState
Inheritance
ClientTransaction.ForkState

Fields

Default 0

If an application creates multiple branches, the default behavior is to set the branched parameter to TRUE for each branch.

Forked 1

Branched parameter is always set to TRUE regardless of the number of branches that are created by the application.

NotForked 2

Branched parameter is always set to FALSE regardless of the number of branches that are created by the application.

Applies to