Property MaxConcurrentDownloads
| Edit this page View SourceMaxConcurrentDownloads
Gets or sets the maximum number of downloads that can be in progress at the same time before getting queued. The default is 3
.
Declaration
public static uint MaxConcurrentDownloads { get; set; }
Property Value
Type | Description |
---|---|
uint |
Remarks
If this value is zero, no limits are put on the number of simultanous downloads. If the value decreases, any downloads that are currently in progress will continue, but no new downloads will be started until the number of in-progress downloads is below the new limit.