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

IDnsService

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