The Branchesproperty contains all branches (client transactions) associated with this server transaction as a BranchCollection object.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Branches 
As 

BranchCollection
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ServerTransaction
Dim 
value 
As 

BranchCollection

value = instance.
Branches
C#
public 

BranchCollection 
Branches { 
get; }

Remarks

This collection is non-empty when an application begins to proxy a request by creating branches. Each created branch is automatically added to this collection.

See also