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