C# Class Castle.MicroKernel.Lifestyle.PerHttpApplicationLifestyleModule

Storage for PerHttpApplication lifestyle scopes
Inheritance: IHttpModule
显示文件 Open project: nhsevidence/Windsor.LifeStyles

Public Methods

Method Description
Dispose ( ) : void
HasComponent ( string id ) : bool
Init ( System.Web.HttpApplication context ) : void
this ( string id ) : object

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HasComponent() public method

public HasComponent ( string id ) : bool
id string
return bool

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

this() public method

public this ( string id ) : object
id string
return object