HttpStatus IsFullfilled Property C# API
Gets a value that indicates whether the request has been generally satisfied.

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

public bool IsFullfilled { get; }

Field Value

true if the request has been generally satisfied; otherwise, false.
Remarks

This means that the call was successful (200s code) or lead to a redirection (300s).
See Also