RealTimeConnectionManager Class

Provides advanced connection management for using endpoints.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..RealTimeConnectionManager
    Microsoft.Rtc.Signaling..::..RealTimeClientConnectionManager
    Microsoft.Rtc.Signaling..::..RealTimeServerConnectionManager

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

Syntax

'Declaration
Public MustInherit Class RealTimeConnectionManager _
    Implements IDisposable
'Usage
Dim instance As RealTimeConnectionManager
public abstract class RealTimeConnectionManager : IDisposable

Remarks

By default, this class does not listen for incoming connections and hence provides more security for the application.

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.

See Also

Reference

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace