See More

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AustinHarris.JsonRpc { //public class MetadataService: JsonRpcService //{ // #region Private Methods // ///

// /// Returns all available methods. // /// // /// The query result. // /// The result. // /// // [JsonRpcMethod("?")] // private SMD Handle_AvaiableMethods() // { // return Handler.Current.MetaData; // } // #endregion //} }