Castle.MicroKernel.Lifestyle.WebRequestScopeAccessor.GetScope C# (CSharp) Method

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope
		public ILifetimeScope GetScope(CreationContext context)
		{
			return PerWebRequestLifestyleModule.GetScope();
		}
	}
WebRequestScopeAccessor