Class NancyAppLayer
Hosting layer for request processing based on NancyFx framework.
Inheritance
System.Object
NancyAppLayer
Namespace:InfinniPlatform.Http.Middlewares
Assembly:InfinniPlatform.Core.dll
Syntax
public class NancyAppLayer : object, IBusinessAppLayer, IDefaultAppLayer, IAppLayer
Constructors
| Improve this Doc View SourceNancyAppLayer(INancyBootstrapper)
Declaration
public NancyAppLayer(INancyBootstrapper nancyBootstrapper)
Parameters
Type | Name | Description |
---|---|---|
INancyBootstrapper | nancyBootstrapper |
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app |