C# Class JSNLog.JSNLogMiddleware

Note that the OWIN counterpart of this (also in namespace JSNLog) already has name JSNLogMiddlewareComponent
Mostra file Open project: mperdeck/jsnlog

Public Methods

Method Description
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
JSNLogMiddleware ( RequestDelegate next ) : System

Private Methods

Method Description
ProcessRequest ( HttpContext context ) : void
ToAspNet5Response ( JSNLog.LogHandling.LogResponse logResponse, HttpResponse owinResponse ) : void
ToDictionary ( StringValues>.IEnumerable values ) : string>.Dictionary
ToDictionary ( string>.IEnumerable values ) : string>.Dictionary

Method Details

Invoke() public method

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

JSNLogMiddleware() public method

public JSNLogMiddleware ( RequestDelegate next ) : System
next RequestDelegate
return System