Microsoft.AspNet.SignalR Namespace

.NET Framework 4.5

The Microsoft.AspNet.SignalR namespace provides classes that simplifies the process of adding real-time web functionality.

  ClassDescription
Public classAuthorizeAttributeApply to Hubs and Hub methods to authorize client connections to Hubs and authorize client invocations of Hub methods.
Public classConnectionConfigurationRepresents a connection configuration.
Public classConnectionExtensionsProvides extension methods used to send message to all connections that subscribe to specific signal.
Public classCookieRepresents the cookie of the SignalR.
Public classDefaultDependencyResolverRepresents a dependency resolver with default behavior.
Public classDependencyResolverExtensionsNo content here will be updated; please do not add material here.
Public classGlobalHostProvides access to default host information.
Public classGroupManagerManages groups for a connection.
Public classHubProvides methods that communicate with SignalR connections that connected to a Hub.
Public classHubConfigurationRepresents a hub configuration.
Public classHubException
Public classHubPipelineExtensionsProvides extension methods to add custom functionality to the data types.
Public classPersistentConnection Represents a connection between client and server.
Public classRedisScaleoutConfigurationSettings for the Redis scale-out message bus implementation.
Public classServiceBusScaleoutConfigurationProvides settings for the Service Bus scale-out message bus implementation.
Public classSqlScaleoutConfiguration Settings for the SQL Server scale-out message bus implementation.

  StructureDescription
Public structureConnectionMessageA message sent to one or more connections.

  InterfaceDescription
Public interfaceIConnectionA communication channel for a PersistentConnection and its connections.
Public interfaceIConnectionGroupManagerManages groups for a connection and allows sending messages to the group.
Public interfaceIDependencyResolverProvides an interface that represents the dependency resolver for SignalR.
Public interfaceIGroupManagerManages groups for a connection.
Public interfaceIHubContextProvides access to information about a IHub.
Public interfaceIPersistentConnectionContextProvides access to information about a PersistentConnection .
Public interfaceIRequestRepresents a SignalR request.
Public interfaceIUserIdProvider
Show: