Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcMethodInfo.cs
1using System.Reflection;
2
4{
9 {
16 public JsonRpcMethodInfo(MethodInfo Method,
17 bool CaseSensitive, string[]? RequiredPrivileges)
18 : base(Method, CaseSensitive, RequiredPrivileges)
19 {
20 }
21 }
22}
Information about a method published via a JSON-RPC web service.
JsonRpcMethodInfo(MethodInfo Method, bool CaseSensitive, string[]? RequiredPrivileges)
Information about a method published via a JSON-RPC web service.
Information about a protected method.
string[] RequiredPrivileges
Privileges required by the user that calls the method.