WebBrowser MaxNetworkErrors Property C# API
Gets or sets the maximum number of network errors to accept before the script is terminated.

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

public int MaxNetworkErrors { get; set; }

Field Value

The maximum number of network errors permitted.
See Also