HttpStatusRange EnumerationC# API
Describes the HTTP status ranges

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

public enum HttpStatusRange
Members

  Member nameValueDescription
ALL_INFORMATIONALS0 Range special code meaning all 1xx codes
ALL_SUCCESSES1 Range special code meaning all 2xx codes
ALL_REDIRECTS2 Range special code meaning all 3xx codes
ALL_CLIENT_ERRORS3 Range special code meaning all 4xx codes
ALL_SERVER_ERRORS4 Range special code meaning all 5xx codes
See Also