C# Class Samples.Server.SampleServerBootstrapper

Inheritance: AutofacNancyBootstrapper
显示文件 Open project: dealproc/Drey

Public Methods

Method Description
SampleServerBootstrapper ( IContainer container ) : Autofac

Protected Methods

Method Description
ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
GetApplicationContainer ( ) : ILifetimeScope

Method Details

ApplicationStartup() protected method

protected ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
container ILifetimeScope
pipelines IPipelines
return void

GetApplicationContainer() protected method

protected GetApplicationContainer ( ) : ILifetimeScope
return ILifetimeScope

SampleServerBootstrapper() public method

public SampleServerBootstrapper ( IContainer container ) : Autofac
container IContainer
return Autofac