OwinHttpHandler Class

Processes requests from Web as OWIN requests.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Host.SystemWeb.OwinHttpHandler

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

Syntax

'Declaration
Public NotInheritable Class OwinHttpHandler _
    Implements IHttpAsyncHandler, IHttpHandler
'Usage
Dim instance As OwinHttpHandler
public sealed class OwinHttpHandler : IHttpAsyncHandler, 
    IHttpHandler
public ref class OwinHttpHandler sealed : IHttpAsyncHandler, 
    IHttpHandler
[<SealedAttribute>]
type OwinHttpHandler =  
    class 
        interface IHttpAsyncHandler 
        interface IHttpHandler 
    end
public final class OwinHttpHandler implements IHttpAsyncHandler, IHttpHandler

The OwinHttpHandler type exposes the following members.

Constructors

  Name Description
Public method OwinHttpHandler Initializes a new instance of the OwinHttpHandler class.

Top

Properties

  Name Description
Public property IsReusable Gets a value indicating whether another request can use IHttpHandler instance.

Top

Methods

  Name Description
Public method BeginProcessRequest Initiates an asynchronous call to the HTTP handler.
Public method EndProcessRequest Provides an asynchronous process End method when the process ends.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpAsyncHandler.BeginProcessRequest Initiates an asynchronous call to the HTTP handler.
Explicit interface implemetationPrivate method IHttpHandler.ProcessRequest Processes the request for the HTTP handler.

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