Interface IWebOperationMiddleware

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll

Wraps semantic web operations without exposing backend-specific pipeline stages.

public interface IWebOperationMiddleware
Extension Methods

Methods

InvokeAsync(WebOperationContext, WebOperationDelegate, CancellationToken)

ValueTask InvokeAsync(WebOperationContext context, WebOperationDelegate next, CancellationToken cancellationToken = default)

Parameters

context WebOperationContext
next WebOperationDelegate
cancellationToken CancellationToken

Returns

ValueTask