Click or drag to resize

Downloader Constructor (Int32, NullableSecurityProtocolType)

Initializes a new instance of Downloader with a configuration, allowing the given number of parallel downloads.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Downloader(
	int parallelDownloads,
	Nullable<SecurityProtocolType> securityProtocol
)

Parameters

parallelDownloads
Type: SystemInt32
The maximum number of parallel downloads. This value must be in the interval of 1 and 9999.
securityProtocol
Type: SystemNullableSecurityProtocolType
The required protocols for HTTPS.
See Also