WebBrowser ConnectTimeout Property C# API
Gets or sets the time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.

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

public int ConnectTimeout { get; set; }

Field Value

The time in milliseconds to wait for a TCP connection to be opened, before reporting a failure.
See Also