IConnectionManager Interface

.NET Framework 4.5

Provides access to hubs and persistent connections and references.

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IConnectionManager

The IConnectionManager type exposes the following members.

  NameDescription
Public methodGetConnectionContext<T>Returns a IPersistentConnectionContext for the PersistentConnection.
Public methodGetHubContext(String)Returns the hub information associated with the connection.
Public methodGetHubContext<T>()Returns the hub information associated with the connection.
Top
Show: