Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)