Gets the connection manager used by this endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConnectionManager 
As 

RealTimeServerConnectionManager
C#
public 

RealTimeServerConnectionManager 
ConnectionManager { 
get; }
Visual C++
public:
property 

RealTimeServerConnectionManager^ 
ConnectionManager {
	

RealTimeServerConnectionManager^ 
get ();
}
JavaScript
function get_
connectionManager();

See Also