OwinHttpHandler Class
Processes requests from System.Web as OWIN requests.
Assembly: Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
| Name | Description | |
|---|---|---|
![]() | OwinHttpHandler() | Processes requests using the default OWIN application. |
| Name | Description | |
|---|---|---|
![]() | IsReusable | Gets a value indicating whether another request can use the System.Web.IHttpHandler instance. |
| Name | Description | |
|---|---|---|
![]() | BeginProcessRequest(HttpContextBase^, AsyncCallback^, Object^) | Initiates an asynchronous call to the HTTP handler. |
![]() | EndProcessRequest(IAsyncResult^) | Provides an asynchronous process End method when the process ends. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler::BeginProcessRequest(HttpContext^, AsyncCallback^, Object^) | Initiates an asynchronous call to the HTTP handler. |
![]() ![]() | IHttpHandler::ProcessRequest(HttpContext^) | Processes the request for the HTTP handler. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



