Request SubRequestThreadCount Property C# API
Gets or sets the number of threads that will be used to fetch sub-requests from the web server.

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

public int SubRequestThreadCount { get; set; }

Field Value

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

If this value is increased, then more sub-requests can be fetched in parallel. However, using more threads will increase the load on the injector machine.
See Also