C# Class JSNLog.JsnlogMiddlewareComponent

Mostra file Open project: mperdeck/jsnlog

Public Methods

Method Description
Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
JsnlogMiddlewareComponent ( AppFunc next ) : System

Private Methods

Method Description
ProcessRequest ( IOwinContext context ) : void
ToDictionary ( IReadableStringCollection nameValueCollection ) : string>.Dictionary
ToOwinResponse ( JSNLog.LogHandling.LogResponse logResponse, IOwinResponse owinResponse ) : void

Method Details

Invoke() public method

public Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
environment object>.IDictionary
return System.Threading.Tasks.Task

JsnlogMiddlewareComponent() public method

public JsnlogMiddlewareComponent ( AppFunc next ) : System
next AppFunc
return System