<PackageReference Include="Relativity.Transfer.Client" Version="7.1.29" />

HttpClientConfiguration

public const int DefaultChunkSize = 1048576

public const int DefaultMaxRetryAttempts = 5

public const double DefaultRetryTimeoutSeconds = 15

public const double DefaultTimeoutSeconds = 300

public int ChunkSize { get; set; }

public CookieContainer CookieContainer { get; set; }

public int MaxRetryAttempts { get; set; }

public double RetryTimeoutSeconds { get; set; }

public double TimeoutSeconds { get; set; }