C# Class MegaMine.Core.Extensions.ContextMiddleware

Exibir arquivo Open project: Nootus/MegaMine

Public Methods

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

Method Details

ContextMiddleware() public method

public ContextMiddleware ( RequestDelegate next ) : System.Threading.Tasks
next RequestDelegate
return System.Threading.Tasks

Invoke() public method

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