C# Class Nancy.Bootstrappers.Windsor.NancyRequestScopeInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: NancyFx/Nancy.Bootstrappers.Windsor

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void
NancyRequestScopeInterceptor ( IWindsorContainer container ) : System.Web

Initializes a new instance of the NancyRequestScopeInterceptor class, with the provided container.

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

NancyRequestScopeInterceptor() public méthode

Initializes a new instance of the NancyRequestScopeInterceptor class, with the provided container.
public NancyRequestScopeInterceptor ( IWindsorContainer container ) : System.Web
container IWindsorContainer The container that should be scoped.
Résultat System.Web