C# 클래스 Stumps.Web.Bootstrapper

A class that provides a new Nancy boot strapper.
상속: DefaultNancyBootstrapper, IDisposable
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
Bootstrapper ( IStumpsHost stumpsHost ) : System

Initializes a new instance of the T:Stumps.Web.Bootstrapper class.

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

보호된 메소드들

메소드 설명
ConfigureApplicationContainer ( Nancy container ) : void

Configures the container using AutoRegister followed by registration of default INancyModuleCatalog and IRouteResolver.

Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

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

Requests the startup.

메소드 상세

Bootstrapper() 공개 메소드

Initializes a new instance of the T:Stumps.Web.Bootstrapper class.
is null.
public Bootstrapper ( IStumpsHost stumpsHost ) : System
stumpsHost IStumpsHost The used by the instance.
리턴 System

ConfigureApplicationContainer() 보호된 메소드

Configures the container using AutoRegister followed by registration of default INancyModuleCatalog and IRouteResolver.
is null.
protected ConfigureApplicationContainer ( Nancy container ) : void
container Nancy Instance of the IoC container used for the instance.
리턴 void

Dispose() 공개 메소드

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

RequestStartup() 보호된 메소드

Requests the startup.
/// is null. /// or /// is null. /// or /// is null. ///
protected RequestStartup ( Nancy container, Nancy pipelines, Nancy.NancyContext context ) : void
container Nancy The container.
pipelines Nancy The pipelines.
context Nancy.NancyContext The context.
리턴 void