Fork state of the outgoing client transaction.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
IsForked 
As 

ClientTransaction

.
.
::
.
.
ForkState
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

ClientTransaction
Dim 
value 
As 

ClientTransaction

.
.
::
.
.
ForkState

value = instance.
IsForked

instance.
IsForked = 
value
C#
public 

ClientTransaction

.
.
::
.
.
ForkState 
IsForked { 
get; 
set; }

See also