Name |
Description |
AuthorizeModule |
This module is added the the HubPipeline by default. Hub level attributes that implement IAuthorizeHubConnection such as AuthorizeAttribute are applied to determine whether to allow potential clients to receive messages sent from that hub using a HubContext or a HubConnectionContext All applicable hub attributes must allow hub connection for the connection to be authorized. Hub and method level attributes that implement IAuthorizeHubMethodInvocation such as AuthorizeAttribute are applied to determine whether to allow callers to invoke hub methods. All applicable hub level AND method level attributes must allow hub method invocation for the invocation to be authorized. Optionally, this module may be instantiated with IAuthorizeHubConnection and IAuthorizeHubMethodInvocation authorizers that will be applied globally to all hubs and hub methods. |
CallerStateProxy |
|
ClientHubInvocation |
A description of a client-side hub method invocation. |
ConnectionIdProxy |
|
DefaultAssemblyLocator |
|
DefaultHubActivator |
|
DefaultHubManager |
|
DefaultParameterResolver |
|
Descriptor |
|
EmptyJavaScriptProxyGenerator |
|
EnumerableOfAssemblyLocator |
|
ExceptionContext |
|
GroupProxy |
|
HubBase |
Provides methods that communicate with SignalR connections that connected to a Hub. |
HubCallerContext |
|
HubDescriptor |
Holds information about a single hub. |
HubInvokerContext |
|
HubManagerExtensions |
|
HubMethodDispatcher |
|
HubNameAttribute |
|
HubOutgoingInvokerContext |
|
HubOutgoingInvokerContextExtensions |
|
HubPipelineModule |
Common base class to simplify the implementation of IHubPipelineModules. A module can intercept and customize various stages of hub processing such as connecting, reconnecting, disconnecting, invoking server-side hub methods, invoking client-side hub methods, authorizing hub clients and rejoining hub groups. A module can be activated by calling IHubPipeline.AddModule. The combined modules added to the IHubPipeline are invoked via the IHubPipelineInvoker interface. |
HubRequest |
|
HubRequestParser |
|
HubRequestParser.HubInvocation |
|
HubResponse |
The response returned from an incoming hub request. |
HubTypeExtensions |
|
MethodDescriptor |
Holds information about a single hub method. |
MethodExtensions |
|
MultipleSignalProxy |
|
NotAuthorizedException |
|
NullClientProxy |
|
NullJavaScriptMinifier |
|
NullMethodDescriptor |
|
ParameterDescriptor |
Holds information about a single hub method parameter. |
ReflectedHubDescriptorProvider |
|
ReflectedMethodDescriptorProvider |
|
SignalProxy |
|
StateChangeTracker |
A change tracking dictionary. |
StatefulSignalProxy |
|
UserProxy |
|