C# Class MyProject.Middlewares.ErrorReporterMiddleware

Mostra file Open project: shendongnian/code

Public Methods

Method Description
ErrorReporterMiddleware ( RequestDelegate requestDelegate ) : System
Invoke ( HttpContext httpContext, IErrorReporter errorReporter ) : Task

Method Details

ErrorReporterMiddleware() public method

public ErrorReporterMiddleware ( RequestDelegate requestDelegate ) : System
requestDelegate RequestDelegate
return System

Invoke() public method

public Invoke ( HttpContext httpContext, IErrorReporter errorReporter ) : Task
httpContext HttpContext
errorReporter IErrorReporter
return Task