Microsoft.Owin.Hosting.Starter Namespace

 

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

ClassDescription
System_CAPS_pubclassDirectHostingStarter

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

System_CAPS_pubclassDomainHostingStarter

Represents a domain hosting starter.

System_CAPS_pubclassDomainHostingStarterAgent

Used for executing the IHostingEngine in a new AppDomain.

System_CAPS_pubclassHostingStarter

Determines the which IHostingStarter instance to use via the IHostingSterterFactory.

System_CAPS_pubclassHostingStarterActivator

Represents a hosting starter activator.

System_CAPS_pubclassHostingStarterAttribute

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

System_CAPS_pubclassHostingStarterFactory

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

InterfaceDescription
System_CAPS_pubinterfaceIHostingStarter

Performs any necessary environment setup prior to executing the IHostingEngine.

System_CAPS_pubinterfaceIHostingStarterActivator

Provides interface for hosting starter.

System_CAPS_pubinterfaceIHostingStarterFactory

Provides interface for hosting starter factory.

Return to top
Show: