C# Class Nancy.Bootstrappers.Windsor.NancyRequestScopeInterceptor

Inheritance: IInterceptor
显示文件 Open project: NancyFx/Nancy.Bootstrappers.Windsor

Public Methods

Method 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 method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

NancyRequestScopeInterceptor() public method

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.
return System.Web