Click or drag to resize

IServiceMiddlewareSource Interface

Interface defining a source of middleware for a service's pipeline.

Namespace:  Autofac.Core.Registration
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IServiceMiddlewareSource

The IServiceMiddlewareSource type exposes the following members.

Methods
  NameDescription
Public methodProvideMiddleware
Called when a service is first resolved; implementations can add middleware to the service using the pipelineBuilder.
Top
See Also