Method | Description | |
---|---|---|
ApplicationStartup ( global container, IPipelines pipelines ) : void | ||
ConfigureApplicationContainer ( global container ) : void | ||
ConfigureRequestContainer ( global container, Nancy.NancyContext context ) : void | ||
RequestStartup ( global container, IPipelines pipelines, Nancy.NancyContext context ) : void |
protected ApplicationStartup ( global container, IPipelines pipelines ) : void | ||
container | global | |
pipelines | IPipelines | |
return | void |
protected ConfigureApplicationContainer ( global container ) : void | ||
container | global | |
return | void |
protected ConfigureRequestContainer ( global container, Nancy.NancyContext context ) : void | ||
container | global | |
context | Nancy.NancyContext | |
return | void |
protected RequestStartup ( global container, IPipelines pipelines, Nancy.NancyContext context ) : void | ||
container | global | |
pipelines | IPipelines | |
context | Nancy.NancyContext | |
return | void |