IServerFactoryAdapter Interface

 

Provides an interface for the server factory adapter.

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

Syntax

public interface IServerFactoryAdapter
public interface class IServerFactoryAdapter
type IServerFactoryAdapter = interface end
Public Interface IServerFactoryAdapter

Methods

Name Description
System_CAPS_pubmethod Create(IAppBuilder)

Creates an instance of the server factory.

System_CAPS_pubmethod Initialize(IAppBuilder)

Initializes a server factor object.

See Also

Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top