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

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); } }