HttpStatus IsValid Property C# API
Gets a value that indicates whether this HttpStatus represents a known standard response status.

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

public bool IsValid { get; }

Field Value

true if this HttpStatus represents a known standard response status; otherwise, false.
See Also