Click or drag to resize

Autofac.Core.Resolving.Pipeline Namespace

[Missing <summary> documentation for "N:Autofac.Core.Resolving.Pipeline"]

Classes
  ClassDescription
Public classResolveRequestContext
The context in which a service can be accessed or a component's dependencies resolved. Disposal of a context will dispose any owned components.
Public classServicePipelines
Provides helpers for building service pipelines.
Interfaces
  InterfaceDescription
Public interfaceIResolveMiddleware
Defines an executable resolve middleware.
Public interfaceIResolvePipeline
Represents a pipeline that can be invoked to resolve an instance of a service.
Public interfaceIResolvePipelineBuilder
Provides the ability to build a resolve pipeline from a set of middleware.
Enumerations
  EnumerationDescription
Public enumerationMiddlewareInsertionMode
Provides the modes of insertion when adding middleware to an IResolvePipelineBuilder.
Public enumerationPipelinePhase
Defines the possibles phases of the resolve pipeline.
Public enumerationPipelineType
Defines the possible pipeline types.