Share via


MapWhenMiddleware Class

Represents the map when middleware.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.OwinMiddleware
    Microsoft.Owin.Mapping.MapWhenMiddleware

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

Syntax

'Declaration
Public Class MapWhenMiddleware _
    Inherits OwinMiddleware
'Usage
Dim instance As MapWhenMiddleware
public class MapWhenMiddleware : OwinMiddleware
public ref class MapWhenMiddleware : public OwinMiddleware
type MapWhenMiddleware =  
    class 
        inherit OwinMiddleware 
    end
public class MapWhenMiddleware extends OwinMiddleware

The MapWhenMiddleware type exposes the following members.

Constructors

  Name Description
Public method MapWhenMiddleware

Top

Properties

  Name Description
Protected property Next Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke Executes the specified context. (Overrides OwinMiddleware.Invoke(IOwinContext).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Mapping Namespace