C# Class OwinSelfHosting.WindsorDependencyScope

Inheritance: IDependencyScope
Datei anzeigen Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
WindsorDependencyScope ( IWindsorContainer container ) : Castle.Windsor

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

WindsorDependencyScope() public method

public WindsorDependencyScope ( IWindsorContainer container ) : Castle.Windsor
container IWindsorContainer
return Castle.Windsor