The Requestproperty contains the Request object for the request that initiated the server transaction that is contained in ServerTransaction .

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Request 
As 

Request
	
Get
Visual Basic (usage)
Dim 
instance 
As 

RequestReceivedEventArgs
Dim 
value 
As 

Request

value = instance.
Request
C#
public 

Request 
Request { 
get; }

See also