C# Class ApiGateway.API.Application.MiddlewareService.GatewayMiddlewareService

Inheritance: IGatewayMiddleware
Show file Open project: VeritasSoftware/AspNetCore.ApiGateway

Public Methods

Method Description
Invoke ( HttpContext context, string api, string key ) : Task

Method Details

Invoke() public method

public Invoke ( HttpContext context, string api, string key ) : Task
context HttpContext
api string
key string
return Task