Method SetMaxConcurrentRequests
SetMaxConcurrentRequests(int)
Sets the max number of web requests running at the same time.
Declaration
public static void SetMaxConcurrentRequests(int maxRequests)
Parameters
| Type | Name | Description |
|---|---|---|
| int | maxRequests | The max number of web requests. |