DependencyResolver Constructor (HttpConfiguration, IDependencyResolver)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the DependencyResolver class.
Namespace: System.Web.Http.Services
Assembly: System.Web.Http (in System.Web.Http.dll)
public:
DependencyResolver(
HttpConfiguration^ configuration,
IDependencyResolver^ defaultServiceResolver
)
Parameters
- configuration
- Type: System.Web.Http::HttpConfiguration
- defaultServiceResolver
- Type: System.Web.Http.Services::IDependencyResolver
Show: