Table of Contents

Enum IisOutputCachingRuleLocation

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

Represents the output caching location for an output caching rule.

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

Fields

Any = 0

The location is any.

Client = 1

The location is the client.

Downstream = 2

The location is downstream.

None = 4

The location is none.

Server = 3

The location is the server.

ServerAndClient = 5

The location is server and client.

Unknown = -1

The location is unknown.