Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Gets the default IConnectionManager
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ConnectionManager As IConnectionManager
Get
'Usage
Dim value As IConnectionManager
value = GlobalHost.ConnectionManager
public static IConnectionManager ConnectionManager { get; }
public:
static property IConnectionManager^ ConnectionManager {
IConnectionManager^ get ();
}
static member ConnectionManager : IConnectionManager
static function get ConnectionManager () : IConnectionManager
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IConnectionManager
Returns IConnectionManager.