<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.UrlHelper

static class UrlHelper
Defines static methods to perform common URL operations.
namespace Relativity.DataExchange { internal static class UrlHelper { public static string GetBaseUrl(string url); public static string GetBaseUrlAndCombine(string baseUrl, string relativePath); public static string Combine(string absoluteUrl, string relativePath); } }