Click or drag to resize

OwinContextExtensions Class

Extension methods for using Autofac within an OWIN context.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.OwinOwinContextExtensions

Namespace:  Autofac.Integration.Owin
Assembly:  Autofac.Integration.Owin (in Autofac.Integration.Owin.dll) Version: 6.0.0
Syntax
public static class OwinContextExtensions

The OwinContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAutofacLifetimeScope
Gets the current Autofac lifetime scope from the OWIN context.
Public methodStatic memberSetAutofacLifetimeScope
Sets the current Autofac lifetime scope to the OWIN context.
Top
See Also