Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ApiGateway
API
Application
MiddlewareService
GatewayMiddlewareService
C# Class ApiGateway.API.Application.MiddlewareService.GatewayMiddlewareService
Inheritance:
IGatewayMiddleware
Datei anzeigen
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