TelemetrySaveBodyASPMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.
中介軟體,用來將傳入活動要求本文儲存到 HttpCoNtext 專案集合中。 這個類別已被取代,以在 Microsoft.Bot.Integration.ApplicationInsights.Core 和 Microsoft.Bot.Integration.ApplicationInsights.WebApi 中使用 TelemetryInitializerMiddleware。
[System.Obsolete("This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.")]
public class TelemetrySaveBodyASPMiddleware
[<System.Obsolete("This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.")>]
type TelemetrySaveBodyASPMiddleware = class
Public Class TelemetrySaveBodyASPMiddleware
- 繼承
-
TelemetrySaveBodyASPMiddleware
- 屬性
建構函式
TelemetrySaveBodyASPMiddleware(RequestDelegate) |
已淘汰.
初始化 TelemetrySaveBodyASPMiddleware 類別的新執行個體。 |
方法
Invoke(HttpContext) |
已淘汰.
叫用 TelemetrySaveBodyASPMiddleware 中介軟體。 |