SessionReceivedEventArgs Class
Represents the argument for the incoming session event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs
Microsoft.Rtc.Signaling.SessionReceivedEventArgs
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class SessionReceivedEventArgs _
Inherits SipRequestReceivedEventArgs
'Usage
Dim instance As SessionReceivedEventArgs
public class SessionReceivedEventArgs : SipRequestReceivedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.