IncomingConnectionAdded Event

Raised when a new incoming connection is added.

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

Syntax

'Declaration
Public Event IncomingConnectionAdded As EventHandler(Of IncomingConnectionAddedEventArgs)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim handler As EventHandler(Of IncomingConnectionAddedEventArgs)

AddHandler instance.IncomingConnectionAdded, handler
public event EventHandler<IncomingConnectionAddedEventArgs> IncomingConnectionAdded

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace