OwinRouteHandler Class

 

Processes a route through an OWIN pipeline.

Namespace:   Microsoft.Owin.Host.SystemWeb
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

System::Object
  Microsoft.Owin.Host.SystemWeb::OwinRouteHandler

public ref class OwinRouteHandler : IRouteHandler

NameDescription
System_CAPS_pubmethodOwinRouteHandler(Action<IAppBuilder^>^)

Initialize an OwinRouteHandler

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHttpHandler(RequestContext^)

Provides the object that processes the request.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIRouteHandler::GetHttpHandler(RequestContext^)

Provides the object that processes the request.

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: