forked from Astn/JSON-RPC.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasic.cs
More file actions
26 lines (23 loc) · 629 Bytes
/
Copy pathBasic.cs
File metadata and controls
26 lines (23 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace AustinHarris.JsonRpc
{
//public class MetadataService: JsonRpcService
//{
// #region Private Methods
// /// <summary>
// /// Returns all available methods.
// /// </summary>
// /// <param name="queryResult">The query result.</param>
// /// <param name="result">The result.</param>
// ///
// [JsonRpcMethod("?")]
// private SMD Handle_AvaiableMethods()
// {
// return Handler.Current.MetaData;
// }
// #endregion
//}
}