HttpStatusCategory EnumerationC# API
Describes the HTTP status category for custom handling of the HTTP status codes

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public enum HttpStatusCategory
Members

  Member nameValueDescription
VALID_CODE0 To treat the specified HTTP status code as valid code
WARNING_CODE1 To treat the specified HTTP status code as warning code
ERROR_CODE2 To treat the specified HTTP status code as error code
See Also