UseHandlerMiddleware Class
Represents a middleware for executing in-line function middleware.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | UseHandlerMiddleware(Func<IDictionary<String^, Object^>^, Task^>^, Func<IOwinContext^, Func<Task^>^, Task^>^) | Initializes a new instance of the UseHandlerMiddleware class. |
![]() | UseHandlerMiddleware(Func<IDictionary<String^, Object^>^, Task^>^, Func<IOwinContext^, Task^>^) | Initializes a new instance of the UseHandlerMiddleware class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IDictionary<String^, Object^>^) | Invokes the handler for processing the request. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

