Table of Contents

Method UseFlags

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

UseFlags(HttpServerFlags)

Overrides the HTTP server flags with the provided flags.

public HttpServerHostContextBuilder UseFlags(HttpServerFlags flags)

Parameters

flags HttpServerFlags

The flags that will be set on the HTTP server.

Returns

HttpServerHostContextBuilder