ResponseReceivedEventArgs.ClientTransaction

The ClientTransaction property contains a reference to the ClientTransaction object for which the Response Sip Class object is intended.

Syntax

[C#]

  Copy imageCopy Code
public ClientTransaction ClientTransaction {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property ClientTransaction As ClientTransaction

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also