C# 클래스 GranSteL.Chatbot.Api.Middleware.ExceptionsMiddleware

파일 보기 프로젝트 열기: granstel/Templates.Chatbot

공개 메소드들

메소드 설명
ExceptionsMiddleware ( RequestDelegate next ) : System
InvokeAsync ( HttpContext context ) : Task

메소드 상세

ExceptionsMiddleware() 공개 메소드

public ExceptionsMiddleware ( RequestDelegate next ) : System
next RequestDelegate
리턴 System

InvokeAsync() 공개 메소드

public InvokeAsync ( HttpContext context ) : Task
context HttpContext
리턴 Task