DirectHostingStarter Constructor (IHostingEngine)
Initializes a new instance of the DirectHostingStarter class.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public DirectHostingStarter(
IHostingEngine engine
)
public:
DirectHostingStarter(
IHostingEngine^ engine
)
new :
engine:IHostingEngine -> DirectHostingStarter
Public Sub New (
engine As IHostingEngine
)
Parameters
engine
Type: Microsoft.Owin.Hosting.Engine.IHostingEngineThe engine.
See Also
DirectHostingStarter Class
Microsoft.Owin.Hosting.Starter Namespace
Return to top