RequestReceivedEventArgs.ServerTransaction

The ServerTransaction property contains the new ServerTransaction object that will service the received request.

Syntax

[C#]

  Copy imageCopy Code
public ServerTransaction ServerTransaction {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property ServerTransaction As ServerTransaction

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also