C# Class OWIN.Windsor.DependencyResolverScopeMiddleware.Middleware

Inheritance: Microsoft.Owin.OwinMiddleware
Afficher le fichier Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Méthodes publiques

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

Method Details

Invoke() public méthode

public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
Résultat System.Threading.Tasks.Task

Middleware() public méthode

public Middleware ( Microsoft.Owin.OwinMiddleware next, IDependencyResolver resolver ) : Castle.Windsor
next Microsoft.Owin.OwinMiddleware
resolver IDependencyResolver
Résultat Castle.Windsor