C# Class ServerStack.Middleware.LoggingMiddleware

ファイルを表示 Open project: davidfowl/ServerStack

Public Methods

Method Description
Invoke ( TcpContext context ) : System.Threading.Tasks.Task
LoggingMiddleware ( Task>.Func next, ILoggerFactory loggerFactory ) : System

Method Details

Invoke() public method

public Invoke ( TcpContext context ) : System.Threading.Tasks.Task
context ServerStack.Protocols.Tcp.TcpContext
return System.Threading.Tasks.Task

LoggingMiddleware() public method

public LoggingMiddleware ( Task>.Func next, ILoggerFactory loggerFactory ) : System
next Task>.Func
loggerFactory ILoggerFactory
return System