C# Class WebApi.Middlewares.DapperMiddleWare

ファイルを表示 Open project: hwqdt/Demos

Public Methods

Method Description
DapperMiddleWare ( RequestDelegate next, IOptions options ) : Microsoft.AspNetCore.Http
Invoke ( HttpContext context ) : System.Threading.Tasks.Task

Method Details

DapperMiddleWare() public method

public DapperMiddleWare ( RequestDelegate next, IOptions options ) : Microsoft.AspNetCore.Http
next RequestDelegate
options IOptions
return Microsoft.AspNetCore.Http

Invoke() public method

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