Table of Contents

Class IisSiteFailedRequestTracingSettings

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

Represents the failed request tracing settings for an IIS site.

public class IisSiteFailedRequestTracingSettings : BypassSection
Inheritance
IisSiteFailedRequestTracingSettings
Inherited Members

Constructors

IisSiteFailedRequestTracingSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisSiteFailedRequestTracingSettings class.

public IisSiteFailedRequestTracingSettings()

Properties

Directory

Gets or sets the directory in which the failed request trace logs are stored.

public string Directory { get; set; }

Property Value

string

Enabled

Gets or sets whether failed request tracing is enabled for the site.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

MaximumLogFiles

Gets or sets the maximum number of log files.

public int MaximumLogFiles { get; set; }

Property Value

int

Methods

ToString()

Returns the failed request tracing settings as a human readable string.

public override string ToString()

Returns

string

The failed request tracing settings as a human readable string.