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

'Declaration
Public Interface IServerFactoryLoader
'Usage
Dim instance As IServerFactoryLoader
public interface IServerFactoryLoader
public interface class IServerFactoryLoader
type IServerFactoryLoader =  interface end
public interface IServerFactoryLoader

The IServerFactoryLoader type exposes the following members.

Methods

  Name Description
Public method Load Loads the specified server factory.

Top

See Also

Reference

Microsoft.Owin.Hosting.ServerFactory Namespace