public static string BuildRealNode()

in client/Apache.ShenYu.Client/Utils/ContextPathUtils.cs [43:46]


		public static string BuildRealNode(string contextPath, string appName)
		{
			return UriUtils.RemovePrefix(string.IsNullOrEmpty(contextPath) ? appName : contextPath);
		}