Del via


HeaderPropagationMiddleware(RequestDelegate) Constructor

Definition

Initializes a new instance of HeaderPropagationMiddleware.

public HeaderPropagationMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next);
new Microsoft.Agents.Hosting.AspNetCore.HeaderPropagationMiddleware : Microsoft.AspNetCore.Http.RequestDelegate -> Microsoft.Agents.Hosting.AspNetCore.HeaderPropagationMiddleware
Public Sub New (next As RequestDelegate)

Parameters

next
RequestDelegate

The next middleware in the pipeline.

Applies to