Table of Contents

Method OnConfiguring

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

OnConfiguring(HttpServer, HttpServerConfiguration)

Called when the server is being configured.

public override void OnConfiguring(HttpServer server, HttpServerConfiguration configuration)

Parameters

server HttpServer

The HttpServer instance that is being configured.

configuration HttpServerConfiguration

The HttpServerConfiguration that will be applied to the server.

Remarks

Override this method to customize the configuration of the server before it starts. The default implementation performs no action.