Request GetHttpStatusCategory Method C# API
Returns registered status category for the given http status.

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

public HttpStatusCategory GetHttpStatusCategory(
	HttpStatus status
)

Return Value

A HttpStatusCategory enumeration
Remarks

Since all http codes categories can be overwritten to reflect your server behaviour, it can be useful to establish what is the current registered category.
See Also