public static string BuildURIParentPath()

in client/Apache.ShenYu.Client/Utils/RegisterPathConstants.cs [94:98]


        public static string BuildURIParentPath(string rpcType,string contextPath)
        {
            contextPath = UriUtils.RemovePrefix(contextPath);
            return String.Join(SEPARATOR, ROOT_PATH, "uri", rpcType, contextPath);
        }