IHostingStarterFactory Interface
Provides interface for hosting starter factory.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Interface IHostingStarterFactory
'Usage
Dim instance As IHostingStarterFactory
public interface IHostingStarterFactory
public interface class IHostingStarterFactory
type IHostingStarterFactory = interface end
public interface IHostingStarterFactory
The IHostingStarterFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an instance of hosting starter. |
Top