Microsoft.Owin.Hosting.ServerFactory Namespace

 

The Microsoft.Owin.Hosting.ServerFactory namespace contains classes that manages server factory.

Classes

Class Description
System_CAPS_pubclass ServerFactoryActivator

Used to instantiate the server factory.

System_CAPS_pubclass ServerFactoryAdapter

The basic ServerFactory contract.

System_CAPS_pubclass ServerFactoryLoader

Located and loads the server factory.

Interfaces

Interface Description
System_CAPS_pubinterface IServerFactoryActivator

Represents an interface for server factory activator.

System_CAPS_pubinterface IServerFactoryAdapter

Provides an interface for the server factory adapter.

System_CAPS_pubinterface IServerFactoryLoader

Provides an interface for the server factory loader.

Return to top