Condividi tramite


TelemetrySaveBodyASPMiddleware(RequestDelegate) Costruttore

Definizione

Inizializza una nuova istanza della classe TelemetrySaveBodyASPMiddleware.

public TelemetrySaveBodyASPMiddleware (Microsoft.AspNetCore.Http.RequestDelegate next);
new Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.TelemetrySaveBodyASPMiddleware : Microsoft.AspNetCore.Http.RequestDelegate -> Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.TelemetrySaveBodyASPMiddleware
Public Sub New (next As RequestDelegate)

Parametri

next
RequestDelegate

Delegato al prossimo elemento del middleware nella pipeline.

Si applica a