WebBrowser DefaultConnectionIdleTimeout Property C# API
Gets or sets the time in milliseconds after which a TCP connection is considered to be idle, and automatically closed.

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

public int DefaultConnectionIdleTimeout { get; set; }

Field Value

The time in milliseconds.
Exceptions

ExceptionCondition
NotSupportedExceptionEither the WinInet or WinHTTP handler is currently in use, for which this property is not supported.
See Also