OwinHttpHandler Class

 

Processes requests from System.Web as OWIN requests.

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

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

public ref class OwinHttpHandler sealed : IHttpAsyncHandler, 
	IHttpHandler

NameDescription
System_CAPS_pubmethodOwinHttpHandler()

Processes requests using the default OWIN application.

NameDescription
System_CAPS_pubpropertyIsReusable

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

NameDescription
System_CAPS_pubmethodBeginProcessRequest(HttpContextBase^, AsyncCallback^, Object^)

Initiates an asynchronous call to the HTTP handler.

System_CAPS_pubmethodEndProcessRequest(IAsyncResult^)

Provides an asynchronous process End method when the process ends.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIHttpAsyncHandler::BeginProcessRequest(HttpContext^, AsyncCallback^, Object^)

Initiates an asynchronous call to the HTTP handler.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIHttpHandler::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.

Return to top
Show: