The OnResponseReceivedmethod raises the ResponseReceived event.

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

Syntax

Visual Basic (declaration)
Protected 
Overridable 
Sub 
OnResponseReceived ( _
	
e 
As 

ResponseReceivedEventArgs _
)
Visual Basic (usage)
Dim 
e 
As 

ResponseReceivedEventArgs

Me.
OnResponseReceived(
e)
C#
protected 
virtual 
void 
OnResponseReceived(
	

ResponseReceivedEventArgs 
e
)

Remarks

Overrides should always call the base class.

See also