The ServerTransactionproperty contains the root ServerTransaction object for which this client transaction is a branch.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
ServerTransaction 
As 

ServerTransaction
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ClientTransaction
Dim 
value 
As 

ServerTransaction

value = instance.
ServerTransaction
C#
public 

ServerTransaction 
ServerTransaction { 
get; }

Property value

Type: Microsoft.Rtc.Sip . . :: . . ServerTransaction

Server transaction that is associated with this client transaction if this is a branch.

Remarks

Not valid (null) for user account control (UAC) transactions, since they do not participate in proxying.

See also