Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcHttpMethod.cs
2{
6 public enum JsonRpcHttpMethod
7 {
11 GET,
12
16 POST
17 }
18}
JsonRpcHttpMethod
HTTP method to use when making a JSON-RPC call.