ServerFactoryLoader Constructor (IServerFactoryActivator)
Allows for a Dependency Injection activator to be specified.
Namespace: Microsoft.Owin.Hosting.ServerFactory
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public ServerFactoryLoader(
IServerFactoryActivator activator
)
public:
ServerFactoryLoader(
IServerFactoryActivator^ activator
)
new :
activator:IServerFactoryActivator -> ServerFactoryLoader
Public Sub New (
activator As IServerFactoryActivator
)
Parameters
activator
Type: Microsoft.Owin.Hosting.ServerFactory.IServerFactoryActivatorThe server factory activator.
See Also
ServerFactoryLoader Class
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top