ClientTransaction.ServerTransaction Property

Definition

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

public:
 property Microsoft::Rtc::Sip::ServerTransaction ^ ServerTransaction { Microsoft::Rtc::Sip::ServerTransaction ^ get(); };
public Microsoft.Rtc.Sip.ServerTransaction ServerTransaction { get; }
Public ReadOnly Property ServerTransaction As ServerTransaction

Property Value

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.

Applies to