ServerFactoryActivator Constructor (IServiceProvider)
Initializes a new instance of the ServerFactoryActivator class.
Namespace: Microsoft.Owin.Hosting.ServerFactory
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public ServerFactoryActivator(
IServiceProvider services
)
public:
ServerFactoryActivator(
IServiceProvider^ services
)
new :
services:IServiceProvider -> ServerFactoryActivator
Public Sub New (
services As IServiceProvider
)
Parameters
services
Type: System.IServiceProviderThe service provider.
See Also
ServerFactoryActivator Class
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top