C# 클래스 Ninject.Web.WebApi.OwinHost.OwinWebApiRequestScopeProvider

Provides the request scope.
상속: Ninject.Components.NinjectComponent, IWebApiRequestScopeProvider
파일 보기 프로젝트 열기: ninject/Ninject.Web.WebApi

공개 메소드들

메소드 설명
GetRequestScope ( IContext context ) : object

Gets the request scope.

메소드 상세

GetRequestScope() 공개 메소드

Gets the request scope.
public GetRequestScope ( IContext context ) : object
context IContext The activation context.
리턴 object