Jaa


TelemetrySaveBodyASPMiddleware.Invoke(HttpContext) Method

Definition

Invokes the TelemetrySaveBodyASPMiddleware middleware.

public System.Threading.Tasks.Task Invoke (Microsoft.AspNetCore.Http.HttpContext httpContext);
member this.Invoke : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Function Invoke (httpContext As HttpContext) As Task

Parameters

httpContext
HttpContext

The HttpContext.

Returns

A task that represents the work queued to execute.

Applies to