Request TimeEveryHttpRequest Property C# API
Gets or sets a value that indicates whether sub-requests will be timed as well as top-level HTTP requests.

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

public bool TimeEveryHttpRequest { get; set; }

Field Value

true if sub-requests will be timed as well as top-level HTTP requests; otherwise, false.
Remarks

Top-level requests will always be timed, even if the value of this property is false.
See Also