Enum IisLoggingCustomFieldSourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an IIS logging custom field source type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisLoggingCustomFieldSourceType
Fields
RequestHeader = 1The source type is a request header.
ResponseHeader = 2The source type is a response header.
ServerVariable = 3The source type is a server variable.
Unknown = 0The source type is unknown.