ConcurrentRequestSender Constructor C# API
Create a new ConcurrentRequestSender.

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

public ConcurrentRequestSender()
Remarks

All the requests will be sent concurrently (equivalent to ConcurrentRequestSender(0)).
See Also