HttpStatus Find Method (Int32)C# API
Finds the HttpStatus with the specified code.

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

public static HttpStatus Find(
	int code
)

Parameters

code
Type: System Int32
The code to look for.

Return Value

An HttpStatus object with the specified code.
See Also