Table of Contents

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 = 1

The source type is a request header.

ResponseHeader = 2

The source type is a response header.

ServerVariable = 3

The source type is a server variable.

Unknown = 0

The source type is unknown.