IHostingEngine Interface
Initializes and starts a web application.
Namespace: Microsoft.Owin.Hosting.Engine
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public interface IHostingEngine
public interface class IHostingEngine
type IHostingEngine = interface end
Public Interface IHostingEngine
Methods
Name | Description | |
---|---|---|
![]() |
Start(StartContext) | Initializes and starts a web application. |
See Also
Microsoft.Owin.Hosting.Engine Namespace
Return to top