Verify that the response code of this Response matches the specifed expectedResult
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public bool VerifyResult( HttpStatus expectedResult )
Parameters
- expectedResult
- Type: Facilita.Web HttpStatus
The HTTP status code that this response is expected to have.
Return Value
true if the HTTP status of this Response object matches the expectedResult; otherwise, false.Remarks
See Also