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

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Enumeration 
ForkState
Visual Basic (usage)
Dim 
instance 
As 

ClientTransaction.
ForkState
C#
public 
enum 
ForkState

Members

Member name Description
Default If an application creates multiple branches, the default behavior is to set the branched parameter to TRUE for each branch.
Forked Branched parameter is always set to TRUE regardless of the number of branches that are created by the application.
NotForked Branched parameter is always set to FALSE regardless of the number of branches that are created by the application.

See also