MapWhenMiddleware Class

 

Determines if the request should take a specific branch of the pipeline by passing the environment to a user defined callback.

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

System::Object
  Microsoft.Owin.Mapping::MapWhenMiddleware

public ref class MapWhenMiddleware 

NameDescription
System_CAPS_pubmethodMapWhenMiddleware(Func<IDictionary<String^, Object^>^, Task^>^, MapWhenOptions^)

Initializes a new instance of the MapWhenMiddleware class

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvoke(IDictionary<String^, Object^>^)

Process an individual request.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: