getMaxConcurrentHTTPRequestCount method

Returns the maximum number of request threads that can be executed in parallel.

Syntax

+ ( NSInteger ) getMaxConcurrentHTTPRequestCount

Returns

integer.
 NSInteger *count = [Request getMaxConcurrentHTTPRequestCount];