Click or drag to resize

HttpConfigurationExtensions Class

Extension methods for HttpConfiguration to enable Web API and Autofac integration.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.WebApiHttpConfigurationExtensions

Namespace:  Autofac.Integration.WebApi
Assembly:  Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax
public static class HttpConfigurationExtensions

The HttpConfigurationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRegisterHttpRequestMessage Obsolete.
Makes the current HttpRequestMessage resolvable through the dependency scope.
Top
See Also