ServerTransaction.Branches Property

Definition

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

public:
 property Microsoft::Rtc::Sip::BranchCollection ^ Branches { Microsoft::Rtc::Sip::BranchCollection ^ get(); };
public Microsoft.Rtc.Sip.BranchCollection Branches { get; }
Public ReadOnly Property Branches As BranchCollection

Property Value

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.

Applies to