IServerFactoryLoader Interface

 

Provides an interface for the server factory loader.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Load(String)

Loads the specified server factory.

See Also

Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top