Share via


IHostingStarterFactory Interface

 

Provides interface for hosting starter factory.

Namespace:   Microsoft.Owin.Hosting.Starter
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public interface IHostingStarterFactory
public interface class IHostingStarterFactory
type IHostingStarterFactory = interface end
Public Interface IHostingStarterFactory

Methods

Name Description
System_CAPS_pubmethod Create(String)

Creates an instance of hosting starter.

See Also

Microsoft.Owin.Hosting.Starter Namespace

Return to top