Method SetMaxConcurrentRequests
SetMaxConcurrentRequests(int)
Sets the max number of web requests running at the same time.
선언
public static void SetMaxConcurrentRequests(int maxRequests)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | maxRequests | The max number of web requests. |