IMiddlewareFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods to create middleware.
public interface class IMiddlewareFactory
public interface IMiddlewareFactory
type IMiddlewareFactory = interface
Public Interface IMiddlewareFactory
- Derived
Methods
Create(Type) |
Creates a middleware instance for each request. |
Release(IMiddleware) |
Releases a IMiddleware instance at the end of each request. |