Relativity.DataExchange.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);
}
}