Request SetHttpStatusCategory Method (HttpStatus, HttpStatusCategory)C# API
Registeres the provided http status code against predefined category.

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

public void SetHttpStatusCategory(
	HttpStatus status,
	HttpStatusCategory category
)
Remarks

All http codes categories can be overwritten to reflect your server behaviour, it will affect how they do get reported during the test run (errros, warnings or no report).
See Also