C# Класс Nancy.Bootstrappers.Windsor.NancyRequestScopeInterceptor

Наследование: IInterceptor
Показать файл Открыть проект

Открытые методы

Метод Описание
Intercept ( IInvocation invocation ) : void
NancyRequestScopeInterceptor ( IWindsorContainer container ) : System.Web

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

Описание методов

Intercept() публичный Метод

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Результат void

NancyRequestScopeInterceptor() публичный Метод

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.
Результат System.Web