RequestReceivedEventArgs.Request

The Request property contains the Request Sip Class object for the request that initiated the server transaction contained in RequestReceivedEventArgs.ServerTransaction.

Syntax

[C#]

  Copy imageCopy Code
public Request Request {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Request As Request

Remarks

This receipt of this request creates a new ServerTransaction object (contained in RequestReceivedEventArgs.ServerTransaction), which is used to service the request.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace: Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also