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

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

The IServerFactoryAdapter type exposes the following members.

Methods

  Name Description
Public method Create Creates an instance of the server factory.
Public method Initialize Initializes a server factor object.

Top

See Also

Reference

Microsoft.Owin.Hosting.ServerFactory Namespace