Microsoft.Owin.Hosting.Starter Namespace

 

The Microsoft.Owin.Hosting.Starter namespace contains classes that provides hosting starter.

Classes

Class Description
System_CAPS_pubclass DirectHostingStarter

Executes the IHostingEngine without making any changes to the current execution environment.

System_CAPS_pubclass DomainHostingStarter

Represents a domain hosting starter.

System_CAPS_pubclass DomainHostingStarterAgent

Used for executing the IHostingEngine in a new AppDomain.

System_CAPS_pubclass HostingStarter

Determines the which IHostingStarter instance to use via the IHostingSterterFactory.

System_CAPS_pubclass HostingStarterActivator

Represents a hosting starter activator.

System_CAPS_pubclass HostingStarterAttribute

This attribute is used to identify custom hosting starters that may be loaded at runtime.Provides attribute of the hosting starter.

System_CAPS_pubclass HostingStarterFactory

Selects from known hosting starters, or detects additional providers via convention.

Interfaces

Interface Description
System_CAPS_pubinterface IHostingStarter

Performs any necessary environment setup prior to executing the IHostingEngine.

System_CAPS_pubinterface IHostingStarterActivator

Provides interface for hosting starter.

System_CAPS_pubinterface IHostingStarterFactory

Provides interface for hosting starter factory.

Return to top