예제 #1
0
        public static Key LocalUriToKey(this ILocalhost localhost, Uri uri)
        {
            string path  = localhost.GetOperationPath(uri);
            string _base = localhost.GetBaseOf(uri).ToString();

            return(Key.ParseOperationPath(path).WithBase(_base));
        }