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 | |
---|---|---|
![]() |
Create(IAppBuilder) | Creates an instance of the server factory. |
![]() |
Initialize(IAppBuilder) | Initializes a server factor object. |
See Also
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top