IServerFactoryAdapter Interface

 

Provides an interface for the server factory adapter.

Namespace:   Microsoft.Owin.Hosting.ServerFactory
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

public interface class IServerFactoryAdapter

NameDescription
System_CAPS_pubmethodCreate(IAppBuilder^)

Creates an instance of the server factory.

System_CAPS_pubmethodInitialize(IAppBuilder^)

Initializes a server factor object.

Return to top
Show: