GlobalHost::ConnectionManager Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns IConnectionManager.
Gets the default IConnectionManager
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: static property IConnectionManager^ ConnectionManager { IConnectionManager^ get (); }
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure::IConnectionManagerReturns IConnectionManager.
Show: