C# Class cloudscribe.Core.Web.Middleware.CommonExceptionHandlerMiddleware

Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
CommonExceptionHandlerMiddleware ( RequestDelegate next, ILoggerFactory loggerFactory, System.Diagnostics.DiagnosticSource diagnosticSource, IOptions options = null ) : System
Invoke ( HttpContext context ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
ClearCacheHeaders ( object state ) : System.Threading.Tasks.Task

Method Details

CommonExceptionHandlerMiddleware() public méthode

public CommonExceptionHandlerMiddleware ( RequestDelegate next, ILoggerFactory loggerFactory, System.Diagnostics.DiagnosticSource diagnosticSource, IOptions options = null ) : System
next RequestDelegate
loggerFactory ILoggerFactory
diagnosticSource System.Diagnostics.DiagnosticSource
options IOptions
Résultat System

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task