Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OwinMiddleware::Invoke Method (IOwinContext^)

 

Process an individual request.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public:
virtual Task^ Invoke(
	IOwinContext^ context
) abstract

Parameters

context
Type: Microsoft.Owin::IOwinContext^

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: