C# Class OWIN.Windsor.DependencyResolverScopeMiddleware.Middleware

Inheritance: Microsoft.Owin.OwinMiddleware
Exibir arquivo Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Public Methods

Method Description
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
Middleware ( Microsoft.Owin.OwinMiddleware next, IDependencyResolver resolver ) : Castle.Windsor

Method Details

Invoke() public method

public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
return System.Threading.Tasks.Task

Middleware() public method

public Middleware ( Microsoft.Owin.OwinMiddleware next, IDependencyResolver resolver ) : Castle.Windsor
next Microsoft.Owin.OwinMiddleware
resolver IDependencyResolver
return Castle.Windsor