Exemplo n.º 1
0
        private static string GetRequestUrl(params string[] args)
        {
            var frames = new List <string>();

            frames.Add(GathererContext.Current.GathererPath);
            frames.AddRange(args);
            return(UriPath.Combine(frames.ToArray()));
        }