AutofacWebApiDependencyResolver Class
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.
public class AutofacWebApiDependencyResolver : Microsoft.WindowsAzure.Mobile.Service.Config.AutofacDependencyScope, IDisposable, System.Web.Http.Dependencies.IDependencyResolver
type AutofacWebApiDependencyResolver = class
inherit AutofacDependencyScope
interface IDependencyResolver
interface IDependencyScope
interface IDisposable
Public Class AutofacWebApiDependencyResolver
Inherits AutofacDependencyScope
Implements IDependencyResolver, IDisposable
- Inheritance
- Implements
-
IDisposable System.Web.Http.Dependencies.IDependencyResolver System.Web.Http.Dependencies.IDependencyScope
Constructors
AutofacWebApiDependencyResolver(IContainer) |
Methods
BeginScope() | |
Dispose() | (Inherited from AutofacDependencyScope) |
Dispose(Boolean) | (Inherited from AutofacDependencyScope) |
GetService(Type) | (Inherited from AutofacDependencyScope) |
GetServices(Type) | (Inherited from AutofacDependencyScope) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET