ServerTransaction.EnableForking
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
ServerTransaction.EnableForking
The EnableForking property indicates whether request forking is enabled or not.
Syntax
public Boolean EnableForking {get; set;}
Syntax
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 Office Communications Server 2007 R2.
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)