HttpStatus IsSuccess Property C# API
Gets a value that indicates whether this HttpStatus has a code in the 200s.

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

public bool IsSuccess { get; }

Field Value

true if the status has a code in the 200s; otherwise, false.
See Also