ConcurrentRequestSender GetResponses Method C# API
Get a list of Response objects, where each response corresponds to a Request that was sent. The list is in the order in which the responses were received.

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

public List<Response> GetResponses()

Return Value

A list of Response objects, where each response corresponds to a Request that was sent.
See Also