Represents the class used when the event is raised for received SIP request.

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

Syntax

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

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

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

Inheritance Hierarchy

See Also