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 | |
---|---|---|
![]() |
OwinRouteHandler(Action<IAppBuilder>) | Initialize an OwinRouteHandler |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetHttpHandler(RequestContext) | Provides the object that processes the request. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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