Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore Namespace / LoupeMiddleware Class / Invoke Method
The Microsoft.AspNetCore.Http.HttpContext instance for the current request.

Invoke Method (LoupeMiddleware)
The automagically-called method that processes the request.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Loupe.Agent.AspNetCore.LoupeMiddleware/d__4)> 
Public Function Invoke( _ 
   ByVal context As HttpContext _ 
) As Task
 

Parameters

context
The Microsoft.AspNetCore.Http.HttpContext instance for the current request.

Return Value

A System.Threading.Tasks.Task that completes when the middleware has processed the request.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also