Table of Contents

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

string

MaxParallelDownloads

Maximum amount of downloads that are allowed to run in parallel.

public int MaxParallelDownloads

Field Value

int

SendMetrics

Enable sending of metrics for download requests.

public bool SendMetrics

Field Value

bool

ServerRequestRetries

Amount of retries attempted if a server request fails.

public int ServerRequestRetries

Field Value

int