Click or drag to resize

ServicePipelines Class

Provides helpers for building service pipelines.
Inheritance Hierarchy
SystemObject
  Autofac.Core.Resolving.PipelineServicePipelines

Namespace:  Autofac.Core.Resolving.Pipeline
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static class ServicePipelines

The ServicePipelines type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultMiddleware
Gets the set of default middleware added to each service pipeline.
Public propertyStatic memberDefaultServicePipeline
Gets a default pre-built service pipeline that contains only the DefaultMiddleware.
Top
Methods
  NameDescription
Public methodStatic memberIsDefaultMiddleware
Checks whether a given resolve middleware is one of the default middleware in DefaultMiddleware.
Top
See Also