Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcMethodAttribute.cs
1using System;
2
4{
9 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
10 public class JsonRpcMethodAttribute : Attribute
11 {
17 {
18 }
19 }
20}
Declares the method as a JSON-RPC method, to be published by the JSON-RPC web service in which it is ...
JsonRpcMethodAttribute()
Declares the method as a JSON-RPC method, to be published by the JSON-RPC web service in which it is ...