IKestrunRequestInvoker.InvokeAsync method
Invokes a route through the normal HTTP pipeline.
public Task<KestrunRouteInvokeResult> InvokeAsync(KestrunHost host, KestrunRequestInput input,
CancellationToken cancellationToken = default)
See Also
- record KestrunRouteInvokeResult
- class KestrunHost
- record KestrunRequestInput
- interface IKestrunRequestInvoker
- namespace Kestrun.Mcp