WebBrowser IsLoggingEnabled Property C# API
Gets a value that indicates whether detailed HTTP logging has been enabled for this Virtual User.

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

public bool IsLoggingEnabled { get; }

Field Value

true if detailed HTTP logging has been enabled for this Virtual User; otherwise, false.
See Also