Gets the connection manager used by the platform.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConnectionManager 
As 

RealTimeConnectionManager
C#
public 

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

RealTimeConnectionManager^ 
ConnectionManager {
	

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

Remarks

This can be used for advanced scenarios such as setting the connection pool size, or message throttling limits.

See Also