The Responseproperty contains the Response object that is intended for the client transaction.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Response 
As 

Response
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ResponseReceivedEventArgs
Dim 
value 
As 

Response

value = instance.
Response
C#
public 

Response 
Response { 
get; }

See also