Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Classes
Class | Description | |
---|---|---|
![]() |
AuthorizeModule | Applies authorization attributes from the Hub class to determine whether to allow clients to receive messages sent from the hub. |
![]() |
ClientHubInvocation | A description of a client-side hub method invocation. |
![]() |
ClientProxy | Represents a server side proxy for the client side hub. |
![]() |
ConnectionIdProxy | |
![]() |
DefaultAssemblyLocator | |
![]() |
DefaultHubActivator | |
![]() |
DefaultHubManager | |
![]() |
DefaultJavaScriptProxyGenerator | |
![]() |
DefaultParameterResolver | |
![]() |
Descriptor | |
![]() |
EmptyJavaScriptProxyGenerator | |
![]() |
GroupProxy | |
![]() |
HubCallerContext | |
![]() |
HubConnectionContext | Encapsulates all information about an individual SignalR connection for an IHub . |
![]() |
HubDescriptor | Holds information about a single hub. |
![]() |
HubDispatcher | Handles all communication over the hubs persistent connection. |
![]() |
HubManagerExtensions | |
![]() |
HubMethodNameAttribute | |
![]() |
HubNameAttribute | |
![]() |
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 AddModule(IHubPipelineModule) . The combined modules added to the IHubPipeline are invoked via the IHubPipelineInvoker interface. |
![]() |
HubRequest | |
![]() |
HubResponse | The response returned from an incoming hub request. |
![]() |
MethodDescriptor | Holds information about a single hub method. |
![]() |
MethodExtensions | |
![]() |
NotAuthorizedException | |
![]() |
NullJavaScriptMinifier | |
![]() |
ParameterDescriptor | Holds information about a single hub method parameter. |
![]() |
ReflectedHubDescriptorProvider | |
![]() |
ReflectedMethodDescriptorProvider | |
![]() |
ReflectionHelper | |
![]() |
SignalProxy | |
![]() |
StateChangeTracker | A change tracking dictionary. |
![]() |
StatefulSignalProxy |
Interfaces
Interface | Description | |
---|---|---|
![]() |
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. |