C# (CSharp) Microsoft.Practices.Unity Namespace

Nested Namespaces

Microsoft.Practices.Unity.Mvc

Classes

Name Description
LifetimeManager Base class for Lifetime managers - classes that control how and when instances are created by the Unity container.
PerRequestLifetimeManager A LifetimeManager that holds onto the instance given to it during the lifetime of a single HTTP request. This lifetime manager enables you to create instances of registered types that behave like singletons within the scope of an HTTP request. See remarks for important usage information.