C# Класс Ninject.Web.WebApi.Selfhost.SelfHostWebApiRequestScopeProvider

Provides the request scope.
Наследование: Ninject.Components.NinjectComponent, IWebApiRequestScopeProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetRequestScope ( IContext context ) : object

Gets the request scope.

Описание методов

GetRequestScope() публичный Метод

Gets the request scope.
public GetRequestScope ( IContext context ) : object
context IContext The activation context.
Результат object