Class IisFailedRequestTracingRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS failed request tracing rule.
public class IisFailedRequestTracingRule : IisConfigurationElement, IComparable<IisFailedRequestTracingRule>
- Inheritance
-
IisFailedRequestTracingRule
- Implements
- Inherited Members
Constructors
IisFailedRequestTracingRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule class.
public IisFailedRequestTracingRule()
Properties
Path
Gets or sets the path.
public string Path { get; set; }
Property Value
Providers
Gets or sets the providers assigned to the rule.
public IisFailedRequestTracingRuleProviderCollection Providers { get; set; }
Property Value
Severity
Gets or sets the severity.
public IisFailedRequestTracingRuleSeverity Severity { get; set; }
Property Value
StatusCodes
Gets or sets the status codes to which the rule applies.
public SerializableStringCollection StatusCodes { get; set; }
Property Value
- SerializableStringCollection
StatusCodesString
Gets or sets the status codes to which the rule applies.
public string StatusCodesString { get; }
Property Value
TimeTaken
Gets or sets the time taken in seconds.
public long TimeTaken { get; set; }
Property Value
TimeTakenString
Gets the time taken as a string value.
public string TimeTakenString { get; }
Property Value
Methods
CompareTo(IisFailedRequestTracingRule)
Compares two CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule objects to allow sorting by path.
public int CompareTo(IisFailedRequestTracingRule other)
Parameters
other
IisFailedRequestTracingRuleThe CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule objects.
ToString()
Returns the failed request tracing rule as a human readable string.
public override string ToString()
Returns
- string
The failed request tracing rule as a human readable string.