Table of Contents

Enum IisApplicatonPoolServiceUnavailableResponseType

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

Represents the service unavailable response type for an IIS application pool.

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

Fields

HttpLevel = 1

The response type is HTTP level.

TcpLevel = 2

The response type is TCP level.

Unknown = 0

The response type is unknown.