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.
| Class | Description | |
|---|---|---|
![]() | AuthorizeAttribute | Apply to Hubs and Hub methods to authorize client connections to Hubs and authorize client invocations of Hub methods. |
![]() | ConnectionConfiguration | Represents a connection configuration. |
![]() | ConnectionExtensions | Provides extension methods used to send message to all connections that subscribe to specific signal. |
![]() | Cookie | Represents the cookie of the SignalR. |
![]() | DefaultDependencyResolver | Represents a dependency resolver with default behavior. |
![]() | DependencyResolverExtensions | No content here will be updated; please do not add material here. |
![]() | GlobalHost | Provides access to default host information. |
![]() | GroupManager | Manages groups for a connection. |
![]() | Hub | Provides methods that communicate with SignalR connections that connected to a Hub. |
![]() | HubConfiguration | Represents a hub configuration. |
![]() | HubException | |
![]() | HubPipelineExtensions | Provides extension methods to add custom functionality to the data types. |
![]() | PersistentConnection | Represents a connection between client and server. |
![]() | RedisScaleoutConfiguration | Settings for the Redis scale-out message bus implementation. |
![]() | ServiceBusScaleoutConfiguration | Provides settings for the Service Bus scale-out message bus implementation. |
![]() | SqlScaleoutConfiguration | Settings for the SQL Server scale-out message bus implementation. |
| Structure | Description | |
|---|---|---|
![]() | ConnectionMessage | A message sent to one or more connections. |
| Interface | Description | |
|---|---|---|
![]() | IConnection | A communication channel for a PersistentConnection and its connections. |
![]() | IConnectionGroupManager | Manages groups for a connection and allows sending messages to the group. |
![]() | IDependencyResolver | Provides an interface that represents the dependency resolver for SignalR. |
![]() | IGroupManager | Manages groups for a connection. |
![]() | IHubContext | Provides access to information about a IHub. |
![]() | IPersistentConnectionContext | Provides access to information about a PersistentConnection . |
![]() | IRequest | Represents a SignalR request. |
![]() | IUserIdProvider |
Show:
