Microsoft.AspNet.SignalR Namespace
Visual Studio 2010
.NET Framework 4
| Class | Description | |
|---|---|---|
![]() | AuthorizeAttribute | Apply to Hubs and Hub methods to authorize client connections to Hubs and authorize client invocations of Hub methods. |
![]() | ConnectionConfiguration | |
![]() | ConnectionExtensions | |
![]() | Cookie | |
![]() | DefaultDependencyResolver | |
![]() | DependencyResolverExtensions | |
![]() | 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 | |
![]() | HubPipelineExtensions | |
![]() | PersistentConnection | Represents a connection between client and server. |
![]() | RequestExtensions |
| 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 | |
![]() | 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 |
Show:


