Share via


HostingEngine Constructor (IAppBuilderFactory, ITraceOutputFactory, IAppLoader, IServerFactoryLoader, ILoggerFactory)

 

Namespace:   Microsoft.Owin.Hosting.Engine
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public HostingEngine(
    IAppBuilderFactory appBuilderFactory,
    ITraceOutputFactory traceOutputFactory,
    IAppLoader appLoader,
    IServerFactoryLoader serverFactoryLoader,
    ILoggerFactory loggerFactory
)
public:
HostingEngine(
    IAppBuilderFactory^ appBuilderFactory,
    ITraceOutputFactory^ traceOutputFactory,
    IAppLoader^ appLoader,
    IServerFactoryLoader^ serverFactoryLoader,
    ILoggerFactory^ loggerFactory
)
new : 
        appBuilderFactory:IAppBuilderFactory *
        traceOutputFactory:ITraceOutputFactory *
        appLoader:IAppLoader *
        serverFactoryLoader:IServerFactoryLoader *
        loggerFactory:ILoggerFactory -> HostingEngine
Public Sub New (
    appBuilderFactory As IAppBuilderFactory,
    traceOutputFactory As ITraceOutputFactory,
    appLoader As IAppLoader,
    serverFactoryLoader As IServerFactoryLoader,
    loggerFactory As ILoggerFactory
)

Parameters

See Also

HostingEngine Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top