|
IAssemblyLocator |
|
|
IAuthorizeHubConnection |
Interface to be implemented by Attribute s that can authorize client to connect to a IHub . |
|
IAuthorizeHubMethodInvocation |
Interface to be implemented by Attributes that can authorize the invocation of IHub methods. |
|
IClientProxy |
A server side proxy for the client side hub. |
|
IHub |
|
|
IHubActivator |
|
|
IHubConnectionContext |
Encapsulates all information about a SignalR connection for an IHub . |
|
IHubDescriptorProvider |
Describes hub descriptor provider, which provides information about available hubs. |
|
IHubIncomingInvokerContext |
A description of a server-side hub method invocation originating from a client. |
|
IHubManager |
Describes a hub manager - main point in the whole hub and method lookup process. |
|
IHubOutgoingInvokerContext |
A description of a client-side hub method invocation originating from the server. |
|
IHubPipeline |
A collection of modules that 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. |
|
IHubPipelineInvoker |
Implementations of this interface are responsible for executing operation required to complete various stages hub processing such as connecting, reconnecting, disconnecting, invoking server-side hub methods, invoking client-side hub methods, authorizing hub clients and rejoining hub groups. |
|
IHubPipelineModule |
An IHubPipelineModule 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. Modules can be be activated by calling AddModule(IHubPipelineModule) . The combined modules added to the IHubPipeline are invoked via the IHubPipelineInvoker interface. |
|
IHubRequestParser |
Handles parsing incoming requests through the HubDispatcher . |
|
IJavaScriptMinifier |
|
|
IJavaScriptProxyGenerator |
|
|
IMethodDescriptorProvider |
Describes a hub method provider that builds a collection of available methods on a given hub. |
|
IParameterResolver |
Describes a parameter resolver for resolving parameter-matching values based on provided information. |