Class InfoEndpointMiddleware
Inheritance
System.Object
InfoEndpointMiddleware
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class InfoEndpointMiddleware : EndpointMiddleware<Dictionary<string, object>>
Constructors
|
Edit this page
View Source
InfoEndpointMiddleware(RequestDelegate, InfoEndpoint, IManagementOptions, ILogger<InfoEndpointMiddleware>)
Declaration
public InfoEndpointMiddleware(RequestDelegate next, InfoEndpoint endpoint, IManagementOptions mgmtOptions, ILogger<InfoEndpointMiddleware> logger = null)
Parameters
Methods
|
Edit this page
View Source
HandleInfoRequestAsync(HttpContext)
Declaration
protected Task HandleInfoRequestAsync(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns
|
Edit this page
View Source
Invoke(HttpContext)
Declaration
public Task Invoke(HttpContext context)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
Returns