WebBrowser ConnectRetries Property C# API
Gets or sets the number of times to attempt to connect to a web server before reporting a failure.

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

public int ConnectRetries { get; set; }

Field Value

The number of times to attempt to connect to a web server before reporting a failure.
See Also