Table of Contents

Method WithConfigFile

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

WithConfigFile(string, bool)

Specifies the name of the server configuration file.

public PortableConfigurationBuilder WithConfigFile(string filename, bool createIfDontExists = false)

Parameters

filename string

The name of the JSON configuration file.

createIfDontExists bool

Optional. Determines if the configuration file should be created if it doens't exists.

Returns

PortableConfigurationBuilder