Table of Contents

Enum PortableConfigurationRequireSection

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

Defines which sessions are mandatory in the portable configuration file.

[Flags]
[Obsolete("This enum is not used anymore and will be removed in later Sisk versions.")]
public enum PortableConfigurationRequireSection

Fields

All = ServerConfiguration | ListeningHost | Parameters

Defines that the all sections is mandatory.

ListeningHost = 4

Defines that the ListeningHost section is mandatory.

Parameters = 8

Defines that the Parameters section is mandatory.

ServerConfiguration = 2

Defines that the ServerConfiguration section is mandatory.