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

Relativity.Transfer.IDnsService

public interface IDnsService
namespace Relativity.Transfer { public interface IDnsService { IList<string> GetAliases(string hostName); bool IsBaseOf(Uri serverPath, Uri path); } }