RealTimeServerConnectionManager.GetIncomingConnections Method
Gets the list of incoming connections.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetIncomingConnections As ReadOnlyCollection(Of RealTimeConnection)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim returnValue As ReadOnlyCollection(Of RealTimeConnection)
returnValue = instance.GetIncomingConnections()
public ReadOnlyCollection<RealTimeConnection> GetIncomingConnections()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RealTimeConnection>
See Also
Reference
RealTimeServerConnectionManager Class