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
System_CAPS_pubmethod UseHandlerMiddleware(Func<IDictionary<String, Object>, Task>, Func<IOwinContext, Func<Task>, Task>)

Initializes a new instance of the UseHandlerMiddleware class.

System_CAPS_pubmethod UseHandlerMiddleware(Func<IDictionary<String, Object>, Task>, Func<IOwinContext, Task>)

Initializes a new instance of the UseHandlerMiddleware class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Invoke(IDictionary<String, Object>)

Invokes the handler for processing the request.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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