IHubPipeline Methods

.NET Framework 4.5

The IHubPipeline type exposes the following members.

  NameDescription
Public method AddModule Adds an IHubPipelineModule to the hub pipeline. Modules added to the pipeline first will wrap modules that are added to the pipeline later. All modules must be added to the pipeline before any methods on the IHubPipelineInvoker are invoked.
Top

  NameDescription
Public Extension Method RequireAuthentication Requiring Authentication adds an AuthorizeModule to the IHubPipeline with IAuthorizeHubConnection and IAuthorizeHubMethodInvocation authorizers that will be applied globally to all hubs and hub methods. These authorizers require that the IPrincipal's IIdentity IsAuthenticated for any clients that invoke server-side hub methods or receive client-side hub method invocations. (Defined by HubPipelineExtensions.)
Top
Show: