Exemplo n.º 1
0
        public void SetResourcePath()
        {
            var url = new Uri(disConfig.GetEndpoint());

            if (!string.IsNullOrEmpty(url.LocalPath.Trim('/')))
            {
                requestObs.ResourcePath = url.LocalPath + requestObs.ResourcePath;
            }
        }