Represents the argument for the incoming session event.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
SessionReceivedEventArgs _
	
Inherits 

SipRequestReceivedEventArgs
C#
public 
class 
SessionReceivedEventArgs : 

SipRequestReceivedEventArgs
Visual C++
public 
ref class 
SessionReceivedEventArgs : 
public 

SipRequestReceivedEventArgs
JavaScript

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

Type.createClass(
		'Microsoft.Rtc.Signaling.SessionReceivedEventArgs',
	

Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . SipRequestReceivedEventArgs
       Microsoft.Rtc.Signaling . . :: . SessionReceivedEventArgs

See Also