C# 클래스 JSNLog.JSNLogMiddleware

Note that the OWIN counterpart of this (also in namespace JSNLog) already has name JSNLogMiddlewareComponent
파일 보기 프로젝트 열기: mperdeck/jsnlog

공개 메소드들

메소드 설명
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
JSNLogMiddleware ( RequestDelegate next ) : System

비공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void
ToAspNet5Response ( JSNLog.LogHandling.LogResponse logResponse, HttpResponse owinResponse ) : void
ToDictionary ( StringValues>.IEnumerable values ) : string>.Dictionary
ToDictionary ( string>.IEnumerable values ) : string>.Dictionary

메소드 상세

Invoke() 공개 메소드

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

JSNLogMiddleware() 공개 메소드

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