Table of Contents

Constructor CadenteHttpServerEngine

Namespace
Sisk.Cadente.CoreEngine
Assembly
Sisk.Cadente.CoreEngine.dll

CadenteHttpServerEngine()

Initializes a new instance of the CadenteHttpServerEngine class.

public CadenteHttpServerEngine()

CadenteHttpServerEngine(Action<HttpHost>)

Initializes a new instance of the CadenteHttpServerEngine class with a specified action to set up each HTTP host.

public CadenteHttpServerEngine(Action<HttpHost> hostSetupAction)

Parameters

hostSetupAction Action<HttpHost>

An action that is executed for each HttpHost to configure it.