HttpStatus IsAuthenticationRequired Property C# API
Gets a value that indicates whether this HttpStatus represents a request from the server for the caller to authenticate themselves.

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

public bool IsAuthenticationRequired { get; }

Field Value

true if the status represents a request from the server for the caller to authenticate themselves; otherwise, false.
See Also