WebBrowser DefaultSubRequestThreadCount Property C# API
Gets or sets the number of threads that will be used to fetch sub-requests from the web server, for any subsequent Request objects created by this WebBrowser.

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

public int DefaultSubRequestThreadCount { get; set; }

Field Value

The number of threads that will be used by default to fetch sub-requests from the web server.
Remarks

If this value is increased, then more sub-requests can be fetched in parallel.

Note Note
Using more threads will increase the load on the injector machine.

See Also