C# 클래스 SensorHost.Bootstrapper

The bootstrapper for Nancy.
상속: UnityNancyBootstrapper
파일 보기 프로젝트 열기: rossdargan/PRTG-Sensors

보호된 메소드들

메소드 설명
ApplicationStartup ( IUnityContainer container, IPipelines pipelines ) : void

No registrations should be performed in here, however you may resolve things that are needed during application startup.

ConfigureApplicationContainer ( IUnityContainer existingContainer ) : void

Perform registrations that should have an application lifetime

ConfigureRequestContainer ( IUnityContainer container, Nancy.NancyContext context ) : void

Perform registrations that should have a request lifetime

RequestStartup ( IUnityContainer container, IPipelines pipelines, Nancy.NancyContext context ) : void

No registrations should be performed in here, however you may resolve things that are needed during request startup.

메소드 상세

ApplicationStartup() 보호된 메소드

No registrations should be performed in here, however you may resolve things that are needed during application startup.
protected ApplicationStartup ( IUnityContainer container, IPipelines pipelines ) : void
container IUnityContainer /// The container. ///
pipelines IPipelines /// The pipelines. ///
리턴 void

ConfigureApplicationContainer() 보호된 메소드

Perform registrations that should have an application lifetime
protected ConfigureApplicationContainer ( IUnityContainer existingContainer ) : void
existingContainer IUnityContainer /// The existing container. ///
리턴 void

ConfigureRequestContainer() 보호된 메소드

Perform registrations that should have a request lifetime
protected ConfigureRequestContainer ( IUnityContainer container, Nancy.NancyContext context ) : void
container IUnityContainer /// The container. ///
context Nancy.NancyContext /// The context. ///
리턴 void

RequestStartup() 보호된 메소드

No registrations should be performed in here, however you may resolve things that are needed during request startup.
protected RequestStartup ( IUnityContainer container, IPipelines pipelines, Nancy.NancyContext context ) : void
container IUnityContainer /// The container. ///
pipelines IPipelines /// The pipelines. ///
context Nancy.NancyContext /// The context. ///
리턴 void