Autofac.Integration.SignalR
Autofac implementation of the interface.
Initializes a new instance of the class.
The lifetime scope that services will be resolved from.
Thrown if is .
Get a single instance of a service.
Type of the service.
The single instance if resolved; otherwise, null.
Gets all available instances of a services.
Type of the service.
The list of instances if any were resolved; otherwise, an empty list.
Retrieve registrations for an unregistered service, to be used by the container.
The service that was requested.
A function that will return existing registrations for a service.
Registrations providing the service.
Gets the Autofac implementation of the dependency resolver.
Gets the that was provided to the constructor.
Gets whether the registrations provided by this source are 1:1 adapters on top
of other components (I.e. like Meta, Func or Owned.)
Extends with methods to support ASP.NET SignalR.
Register types that implement in the provided assemblies.
The container builder.
Assemblies to scan for controllers.
Registration builder allowing the controller components to be customised.