Microsoft.Owin.Hosting.Engine Namespace

 

The Microsoft.Owin.Hosting.Engine namespace contains types related to the OWIN hosting engine.

Classes

Class Description
System_CAPS_pubclass HostingEngine

Used to initialize and start a web application.

System_CAPS_pubclass StartContext

This class contains the relevant application and server state during startup.

Interfaces

Interface Description
System_CAPS_pubinterface IHostingEngine

Initializes and starts a web application.

Return to top