UseHandlerMiddleware Class
Represents a middleware for executing in-line function middleware.
Namespace: Microsoft.Owin.Extensions
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Extensions.UseHandlerMiddleware
Syntax
public class UseHandlerMiddleware
public ref class UseHandlerMiddleware
type UseHandlerMiddleware = class end
Public Class UseHandlerMiddleware
Constructors
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Extensions Namespace
Return to top