Table of Contents

Enum IisSiteState

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

Represents the state of an IIS site.

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

Fields

Started = 1

The site is started.

Starting = 2

The site is starting.

Stopped = 3

The site is stopped.

Stopping = 4

The site is stopping.

Unknown = 0

The state is unknown.