Microsoft.Owin.Hosting.Starter Namespace
The Microsoft.Owin.Hosting.Starter namespace contains classes that provides hosting starter.
Classes
Class | Description | |
---|---|---|
![]() |
DirectHostingStarter | Executes the IHostingEngine without making any changes to the current execution environment. |
![]() |
DomainHostingStarter | Represents a domain hosting starter. |
![]() |
DomainHostingStarterAgent | Used for executing the IHostingEngine in a new AppDomain. |
![]() |
HostingStarter | Determines the which IHostingStarter instance to use via the IHostingSterterFactory. |
![]() |
HostingStarterActivator | Represents a hosting starter activator. |
![]() |
HostingStarterAttribute | This attribute is used to identify custom hosting starters that may be loaded at runtime.Provides attribute of the hosting starter. |
![]() |
HostingStarterFactory | Selects from known hosting starters, or detects additional providers via convention. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IHostingStarter | Performs any necessary environment setup prior to executing the IHostingEngine. |
![]() |
IHostingStarterActivator | Provides interface for hosting starter. |
![]() |
IHostingStarterFactory | Provides interface for hosting starter factory. |
Return to top