ConcurrentRequestSender Constructor (Int32)C# API
Create a new ConcurrentRequestSender, specifying the maximum number of concurrent requests to send to the web server.

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

public ConcurrentRequestSender(
	int maxConcurrency
)

Parameters

maxConcurrency
Type: System Int32
the maximum concurrency to allow.
Remarks

If maxConcurrency is less than or equal to zero, then all the requests will be sent concurrently.
See Also