Middleware class to be inserted into the request pipeline which performs request security optimizations.

public class SecureRequestMiddleware
Inheritance:
ObjectSecureRequestMiddleware

Constructors

SecureRequestMiddleware(RequestDelegate) Default constructor. Services are injected by the IoC container.

Methods

Invoke(HttpContext) Invokes middleware request processing. Called by the ASP.NET request pipeline.