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