Share via


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

[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 Office Communications Server 2007.

Namespace:Microsoft.Rtc.Sip Namespace

Assembly: ServerAgent (in ServerAgent.dll)