共用方式為


TelemetrySaveBodyASPMiddleware(RequestDelegate) 建構函式

定義

初始化 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)

參數

next
RequestDelegate

管線中下一個中介軟體的委派。

適用於