WebBrowser DnsTimeout Property C# API
Gets or sets the time in milliseconds before a DNS lookup will time-out.

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

public int DnsTimeout { get; set; }

Field Value

The time in milliseconds before a DNS lookup will time-out.
See Also