ConnectionManager Property
Gets or sets the connection manager.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ConnectionManager As RealTimeConnectionManager
Get
Protected Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As RealTimeConnectionManager
value = instance.ConnectionManager
instance.ConnectionManager = value
public RealTimeConnectionManager ConnectionManager { get; protected set; }
Property Value
Type: Microsoft.Rtc.Signaling..::..RealTimeConnectionManager