CommonAccessLogMiddleware.InvokeAsync method
Invokes the middleware for the specified HTTP context.
public Task InvokeAsync(HttpContext context)
| parameter | description |
|---|---|
| context | The HTTP context. |
See Also
- class CommonAccessLogMiddleware
- namespace Kestrun.Middleware