Class GlobalHandlingAppLayer
Hosting layer for processing request errors.
Inheritance
System.Object
GlobalHandlingAppLayer
Namespace:InfinniPlatform.Http.Middlewares
Assembly:InfinniPlatform.Core.dll
Syntax
public class GlobalHandlingAppLayer : object, IGlobalHandlingAppLayer, IDefaultAppLayer, IAppLayer
Constructors
| Improve this Doc View SourceGlobalHandlingAppLayer(IPerformanceLogger<GlobalHandlingAppLayer>)
Declaration
public GlobalHandlingAppLayer(IPerformanceLogger<GlobalHandlingAppLayer> perfLogger)
Parameters
Type | Name | Description |
---|---|---|
IPerformanceLogger<GlobalHandlingAppLayer> | perfLogger |
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app |