Microsoft.Owin.Hosting.ServerFactory Namespace
The Microsoft.Owin.Hosting.ServerFactory namespace contains classes that manages server factory.
Classes
Class | Description | |
---|---|---|
![]() |
ServerFactoryActivator | Used to instantiate the server factory. |
![]() |
ServerFactoryAdapter | The basic ServerFactory contract. |
![]() |
ServerFactoryLoader | Located and loads the server factory. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IServerFactoryActivator | Represents an interface for server factory activator. |
![]() |
IServerFactoryAdapter | Provides an interface for the server factory adapter. |
![]() |
IServerFactoryLoader | Provides an interface for the server factory loader. |
Return to top