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

Inheritance: IGatewayMiddleware
Afficher le fichier Open project: VeritasSoftware/AspNetCore.ApiGateway

Méthodes publiques

Méthode Description
Invoke ( HttpContext context, string api, string key ) : Task

Method Details

Invoke() public méthode

public Invoke ( HttpContext context, string api, string key ) : Task
context HttpContext
api string
key string
Résultat Task