C# Class Samples.Server.SampleServerBootstrapper

Inheritance: AutofacNancyBootstrapper
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
SampleServerBootstrapper ( IContainer container ) : Autofac

Méthodes protégées

Méthode Description
ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
GetApplicationContainer ( ) : ILifetimeScope

Method Details

ApplicationStartup() protected méthode

protected ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
container ILifetimeScope
pipelines IPipelines
Résultat void

GetApplicationContainer() protected méthode

protected GetApplicationContainer ( ) : ILifetimeScope
Résultat ILifetimeScope

SampleServerBootstrapper() public méthode

public SampleServerBootstrapper ( IContainer container ) : Autofac
container IContainer
Résultat Autofac