WebBrowser SendTimeout Property C# API
Gets or sets the time in milliseconds before a sent TCP packet will time-out.

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

public int SendTimeout { get; set; }

Field Value

The time in milliseconds before a sent TCP packet will time-out.
See Also