Share via


OwinRouteHandler Class

Processes a route through an OWIN pipeline.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class OwinRouteHandler _
    Implements IRouteHandler
'Usage
Dim instance As OwinRouteHandler
public class OwinRouteHandler : IRouteHandler
public ref class OwinRouteHandler : IRouteHandler
type OwinRouteHandler =  
    class 
        interface IRouteHandler 
    end
public class OwinRouteHandler implements IRouteHandler

The OwinRouteHandler type exposes the following members.

Constructors

  Name Description
Public method OwinRouteHandler Initialize an OwinRouteHandler.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetHttpHandler Provides the object that processes the request.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IRouteHandler.GetHttpHandler Provides the object that processes the request.

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