RequestControllerMiddlewareExtensions.UseRequestController method

Adds the request controller middleware to the specified builder.

public static IApplicationBuilder UseRequestController(this IApplicationBuilder builder)

Remarks

This middleware should be added in the beginning of an ASP.NET middleware pipeline that should be controlled by Coyote during testing.

See Also