C# Class GranSteL.Chatbot.Api.Middleware.ExceptionsMiddleware

Show file Open project: granstel/Templates.Chatbot

Public Methods

Method Description
ExceptionsMiddleware ( RequestDelegate next ) : System
InvokeAsync ( HttpContext context ) : Task

Method Details

ExceptionsMiddleware() public method

public ExceptionsMiddleware ( RequestDelegate next ) : System
next RequestDelegate
return System

InvokeAsync() public method

public InvokeAsync ( HttpContext context ) : Task
context HttpContext
return Task