ConnectionManager Class

.NET Framework 4.5

Provides a default IConnectionManager implementation.

System::Object
  Microsoft.AspNet.SignalR.Infrastructure::ConnectionManager

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

public ref class ConnectionManager : IConnectionManager

The ConnectionManager type exposes the following members.

  NameDescription
Public methodConnectionManagerInitializes a new instance of the ConnectionManager class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetConnectionReturns a IPersistentConnectionContext for the PersistentConnection.
Public methodGetConnectionContext<T>Returns a IPersistentConnectionContext for the PersistentConnection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetHubContext(String)Returns the hub context for this connection given the specified name.
Public methodGetHubContext<T>()Returns the hub context for this connection.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: