public static string BuildURIContextPathParent()

in client/Apache.ShenYu.Client/Utils/RegisterPathConstants.cs [82:85]


        public static string BuildURIContextPathParent(string rpcType)
        {
            return String.Join(SEPARATOR, ROOT_PATH, "uri", rpcType);
        }