Represents the class used when the event is raised with response data.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
SipResponseReceivedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
SipResponseReceivedEventArgs : 
EventArgs
Visual C++
public 
ref class 
SipResponseReceivedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs',
	
EventArgs);

Inheritance Hierarchy

See Also