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

IGlobalInstanceSettings

using System.Threading.Tasks; namespace Relativity.Transfer { internal interface IGlobalInstanceSettings { Task<int?> GetMaxAllowedTargetDataRateMbpsAsync(); } }