Table of Contents

Enum IisApplicatonPoolManagedPipelineMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the managed pipeline mode for an IIS application pool.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicatonPoolManagedPipelineMode

Fields

Classic = 2

The managed pipeline mode is classic.

Integrated = 1

The managed pipeline mode is integrated.

Unknown = 0

The managed pipeline mode is unknown.