![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IAssemblyLocator |
|
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IAuthorizeHubConnection |
Interface to be implemented by Attribute s that can authorize client to connect to a IHub . |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IAuthorizeHubMethodInvocation |
Interface to be implemented by Attributes that can authorize the invocation of IHub methods. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IClientProxy |
A server side proxy for the client side hub. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHub |
|
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubActivator |
|
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubConnectionContext |
Encapsulates all information about a SignalR connection for an IHub . |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubDescriptorProvider |
Describes hub descriptor provider, which provides information about available hubs. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubIncomingInvokerContext |
A description of a server-side hub method invocation originating from a client. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubManager |
Describes a hub manager - main point in the whole hub and method lookup process. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubOutgoingInvokerContext |
A description of a client-side hub method invocation originating from the server. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
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. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
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. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
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. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IHubRequestParser |
Handles parsing incoming requests through the HubDispatcher . |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IJavaScriptMinifier |
|
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IJavaScriptProxyGenerator |
|
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IMethodDescriptorProvider |
Describes a hub method provider that builds a collection of available methods on a given hub. |
![Public interface Public interface](images/dn135120.s-e6f6a65cf14f462597b64ac058dbe1d0-system-media-system-caps-pubinterface(vs.118).jpeg) |
IParameterResolver |
Describes a parameter resolver for resolving parameter-matching values based on provided information. |