<PackageReference Include="Relativity.Server.Transfer.SDK" Version="24000.0.1" />

Relativity.Transfer.DiagnosticsConfiguration

namespace Relativity.Transfer { public class DiagnosticsConfiguration { public DiagnosticsContext Context { get; set; } public CookieContainer CookieContainer { get; set; } public double HttpTimeoutSeconds { get; set; } public int MaxHttpRetryAttempts { get; set; } public int MaxJobRetryAttempts { get; set; } public bool UseLegacyWebApi { get; set; } public DiagnosticsConfiguration(); public DiagnosticsConfiguration(DiagnosticsContext context); public DiagnosticsConfiguration(DiagnosticsContext context, CookieContainer container); } }