Share via


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)

Inheritance Hierarchy

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

Syntax

public class OwinRouteHandler : IRouteHandler
public ref class OwinRouteHandler : IRouteHandler
type OwinRouteHandler = 
    class
        interface IRouteHandler
    end
Public Class OwinRouteHandler
    Implements IRouteHandler

Constructors

Name Description
System_CAPS_pubmethod OwinRouteHandler(Action<IAppBuilder>)

Initialize an OwinRouteHandler

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 GetHttpHandler(RequestContext)

Provides the object that processes the request.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IRouteHandler.GetHttpHandler(RequestContext)

Provides the object that processes the request.

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.Host.SystemWeb Namespace

Return to top