The SimpleInjectorWebApiExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnableHttpRequestMessageTracking |
Makes the current HttpRequestMessage resolvable by calling
GetCurrentHttpRequestMessage.
| |
GetCurrentHttpRequestMessage |
Retrieves the HttpRequestMessage instance for the current request.
| |
RegisterWebApiControllers(Container, HttpConfiguration) |
Registers the Web API IHttpController types that available for the application. This
method uses the configured IAssembliesResolver and
IHttpControllerTypeResolver to determine which controller types to register.
| |
RegisterWebApiControllers(Container, HttpConfiguration, IEnumerableAssembly) |
Registers the Web API IHttpController types that available for the application. This
method uses the configured IHttpControllerTypeResolver to determine which controller
types to register.
| |
RegisterWebApiControllers(Container, HttpConfiguration, Assembly) |
Registers the Web API IHttpController types that available for the application. This
method uses the configured IHttpControllerTypeResolver to determine which controller
types to register.
|
See Also