RealTimeServerTcpConnectionManager Class
Provides advanced connection management for using endpoints. This class provides the same functionality as RealTimeConnectionManager and adds the ability to listen for incoming TCP connections.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Signaling.RealTimeConnectionManager
Microsoft.Rtc.Signaling.RealTimeServerConnectionManager
Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class RealTimeServerTcpConnectionManager _
Inherits RealTimeServerConnectionManager
'Usage
Dim instance As RealTimeServerTcpConnectionManager
public class RealTimeServerTcpConnectionManager : RealTimeServerConnectionManager
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.