C# 클래스 cloudscribe.Core.Web.Middleware.CommonExceptionHandlerMiddleware

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
CommonExceptionHandlerMiddleware ( RequestDelegate next, ILoggerFactory loggerFactory, System.Diagnostics.DiagnosticSource diagnosticSource, IOptions options = null ) : System
Invoke ( HttpContext context ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
ClearCacheHeaders ( object state ) : System.Threading.Tasks.Task

메소드 상세

CommonExceptionHandlerMiddleware() 공개 메소드

public CommonExceptionHandlerMiddleware ( RequestDelegate next, ILoggerFactory loggerFactory, System.Diagnostics.DiagnosticSource diagnosticSource, IOptions options = null ) : System
next RequestDelegate
loggerFactory ILoggerFactory
diagnosticSource System.Diagnostics.DiagnosticSource
options IOptions
리턴 System

Invoke() 공개 메소드

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
리턴 System.Threading.Tasks.Task