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 = 0The location is any.
Client = 1The location is the client.
Downstream = 2The location is downstream.
None = 4The location is none.
Server = 3The location is the server.
ServerAndClient = 5The location is server and client.
Unknown = -1The location is unknown.