Class ContentDownloaderOptions
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Options used to configure a ContentDownloader.
[Serializable]
public class ContentDownloaderOptions
- Inheritance
-
ContentDownloaderOptions
- Inherited Members
Fields
HttpClientName
Name of the Http client to use for server requests.
public string HttpClientName
Field Value
MaxParallelDownloads
Maximum amount of downloads that are allowed to run in parallel.
public int MaxParallelDownloads
Field Value
SendMetrics
Enable sending of metrics for download requests.
public bool SendMetrics
Field Value
ServerRequestRetries
Amount of retries attempted if a server request fails.
public int ServerRequestRetries