ConcurrentRequestSender AddRequest Method C# API
Add a Request to the list of requests that will be sent to the web server by a call to SendRequests .

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

public void AddRequest(
	Request request
)
See Also