Table of Contents

Enum IisLogFileEncoding

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

The IIS log file encoding.

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

Fields

ANSI = 1

The log file encoding is ANSI.

UTF8 = 2

The log file encoding is UTF-8.

Unknown = 0

The log file encoding is unknown.