ServerTransaction.EnableForking
ServerTransaction.EnableForking
The EnableForking property indicates whether request forking is enabled or not.
Syntax
[C#]
public Boolean EnableForking {get; set;}
Syntax
[Visual Basic .NET]
Public Property EnableForking As Boolean
Remarks
If true, more than one branch can be created with ServerTransaction.CreateBranch. If false, ArgumentException will be thrown if the application attempts to create a second branch. The default value is true.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)