RealTimeServerConnectionManager.IncomingConnectionAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a new incoming connection is added.
public:
event EventHandler<Microsoft::Rtc::Signaling::IncomingConnectionAddedEventArgs ^> ^ IncomingConnectionAdded;
public event EventHandler<Microsoft.Rtc.Signaling.IncomingConnectionAddedEventArgs> IncomingConnectionAdded;
member this.IncomingConnectionAdded : EventHandler<Microsoft.Rtc.Signaling.IncomingConnectionAddedEventArgs>
Public Custom Event IncomingConnectionAdded As EventHandler(Of IncomingConnectionAddedEventArgs)