Domain Detective

API Reference

Enum

StatusClass

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

HTTP status code family classification.

Inheritance

  • Enum
  • StatusClass

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const StatusClass None #

Undefined or not applicable.

Value: 0
public const StatusClass Informational #

1xx informational responses.

Value: 1
public const StatusClass Success #

2xx successful responses.

Value: 2
public const StatusClass Redirection #

3xx redirection responses.

Value: 3
public const StatusClass ClientError #

4xx client error responses.

Value: 4
public const StatusClass ServerError #

5xx server error responses.

Value: 5
{{ include "footer" }}