IHostingEngine Interface
Provides an interface for hosting engine.
Namespace: Microsoft.Owin.Hosting.Engine
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Interface IHostingEngine
'Usage
Dim instance As IHostingEngine
public interface IHostingEngine
public interface class IHostingEngine
type IHostingEngine = interface end
public interface IHostingEngine
The IHostingEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
Start | Starts the hosting. |
Top