Table of Contents

Method UseBootstraper

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

UseBootstraper(Action)

Defines a function that will be executed immediately before starting the HTTP server.

public HttpServerHostContextBuilder UseBootstraper(Action bootstrapAction)

Parameters

bootstrapAction Action

The action which will be executed before the HTTP server start.

Returns

HttpServerHostContextBuilder