Finds the HttpStatus with the specified code.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (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