Table of Contents

Enum IisIPRestrictionsDenyAction

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

The deny action for IP and domain restrictions.

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

Fields

AbortRequest = 1

The deny action is to abort the request.

Forbidden = 2

The deny action is to send a forbidden response.

NotFound = 3

The deny action is to send a not found response.

Unauthorized = 4

The deny action is to send an unauthorized response.

Unknown = 0

The deny action is unknown.